LLVM 22.0.0git
|
#include "llvm/CGData/CodeGenDataReader.h"
#include "llvm/CGData/OutlinedHashTreeRecord.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/MemoryBuffer.h"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. |
Macros | |
#define | DEBUG_TYPE "cg-data-reader" |
Functions | |
static Expected< std::unique_ptr< MemoryBuffer > > | llvm::setupMemoryBuffer (const Twine &Filename, vfs::FileSystem &FS) |
Variables | |
static cl::opt< bool > | IndexedCodeGenDataReadFunctionMapNames ("indexed-codegen-data-read-function-map-names", cl::init(true), cl::Hidden, cl::desc("Read function map names in indexed CodeGenData. Can be " "disabled to save memory and time for final consumption of the " "indexed CodeGenData in production.")) |
cl::opt< bool > | IndexedCodeGenDataLazyLoading ("indexed-codegen-data-lazy-loading", cl::init(false), cl::Hidden, cl::desc("Lazily load indexed CodeGenData. Enable to save memory and time " "for final consumption of the indexed CodeGenData in production.")) |
#define DEBUG_TYPE "cg-data-reader" |
Definition at line 19 of file CodeGenDataReader.cpp.
cl::opt< bool > IndexedCodeGenDataLazyLoading("indexed-codegen-data-lazy-loading", cl::init(false), cl::Hidden, cl::desc( "Lazily load indexed CodeGenData. Enable to save memory and time " "for final consumption of the indexed CodeGenData in production.")) | ( | "indexed-codegen-data-lazy-loading" | , |
cl::init(false) | , | ||
cl::Hidden | , | ||
cl::desc( "Lazily load indexed CodeGenData. Enable to save memory and time " "for final consumption of the indexed CodeGenData in production.") | ) |
Referenced by llvm::IndexedCodeGenDataReader::read().
|
static |
Referenced by llvm::IndexedCodeGenDataReader::read().