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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp33 getLazyIRModule(std::unique_ptr<MemoryBuffer> Buffer, SMDiagnostic &Err, LLVMContext &Context, bool ShouldLazyLoadMetadata) argument
52 getLazyIRFileModule(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, bool ShouldLazyLoadMetadata) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3661 Error BitcodeReader::parseBitcodeInto(Module *M, bool ShouldLazyLoadMetadata, argument
6497 BitcodeModule::getLazyModule(LLVMContext &Context, bool ShouldLazyLoadMetadata, argument
3404 parseModule(uint64_t ResumeBit, bool ShouldLazyLoadMetadata) argument
6454 getModuleImpl(LLVMContext &Context, bool MaterializeAll, bool ShouldLazyLoadMetadata, bool IsImporting) argument
6645 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context, bool ShouldLazyLoadMetadata, bool IsImporting) argument
6654 getOwningLazyBitcodeModule( std::unique_ptr<MemoryBuffer> &&Buffer, LLVMContext &Context, bool ShouldLazyLoadMetadata, bool IsImporting) argument
[all...]

Completed in 83 milliseconds