Home
last modified time | relevance | path

Searched defs:ShouldLazyLoadMetadata (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp35 LLVMContext &Context, bool ShouldLazyLoadMetadata) { in getLazyIRModule() argument
56 bool ShouldLazyLoadMetadata) { in getLazyIRFileModule() argument
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4393 parseModule(uint64_t ResumeBit,bool ShouldLazyLoadMetadata,ParserCallbacks Callbacks) parseModule() argument
4707 parseBitcodeInto(Module * M,bool ShouldLazyLoadMetadata,bool IsImporting,ParserCallbacks Callbacks) parseBitcodeInto() argument
8310 getModuleImpl(LLVMContext & Context,bool MaterializeAll,bool ShouldLazyLoadMetadata,bool IsImporting,ParserCallbacks Callbacks) getModuleImpl() argument
8351 getLazyModule(LLVMContext & Context,bool ShouldLazyLoadMetadata,bool IsImporting,ParserCallbacks Callbacks) getLazyModule() argument
8513 getLazyBitcodeModule(MemoryBufferRef Buffer,LLVMContext & Context,bool ShouldLazyLoadMetadata,bool IsImporting,ParserCallbacks Callbacks) getLazyBitcodeModule() argument
8525 getOwningLazyBitcodeModule(std::unique_ptr<MemoryBuffer> && Buffer,LLVMContext & Context,bool ShouldLazyLoadMetadata,bool IsImporting,ParserCallbacks Callbacks) getOwningLazyBitcodeModule() argument
[all...]