LLVM 22.0.0git
CodeGenDataReader.cpp File Reference

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< boolIndexedCodeGenDataReadFunctionMapNames ("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< boolIndexedCodeGenDataLazyLoading ("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."))

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "cg-data-reader"

Definition at line 19 of file CodeGenDataReader.cpp.

Variable Documentation

◆ IndexedCodeGenDataLazyLoading

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.")  )

◆ IndexedCodeGenDataReadFunctionMapNames

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.")) ( "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.")  )
static