Go to the source code of this file.
|
| namespace | llvm |
| | This is an optimization pass for GlobalISel generic memory operations.
|
|
| LLVM_ABI std::unique_ptr< Module > | llvm::getLazyIRModule (std::unique_ptr< MemoryBuffer > Buffer, SMDiagnostic &Err, LLVMContext &Context, bool ShouldLazyLoadMetadata=false) |
| | If the given MemoryBuffer holds a bitcode image, return a Module for it which does lazy deserialization of function bodies.
|
| LLVM_ABI std::unique_ptr< Module > | llvm::getLazyIRFileModule (StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, bool ShouldLazyLoadMetadata=false) |
| | If the given file holds a bitcode image, return a Module for it which does lazy deserialization of function bodies.
|
| LLVM_ABI std::unique_ptr< Module > | llvm::parseIR (MemoryBufferRef Buffer, SMDiagnostic &Err, LLVMContext &Context, ParserCallbacks Callbacks={}, AsmParserContext *ParserContext=nullptr) |
| | If the given MemoryBuffer holds a bitcode image, return a Module for it.
|
| LLVM_ABI std::unique_ptr< Module > | llvm::parseIRFile (StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, ParserCallbacks Callbacks={}, AsmParserContext *ParserContext=nullptr) |
| | If the given file holds a bitcode image, return a Module for it.
|