Home
last modified time | relevance | path

Searched refs:getLazyModule (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp123 BM.getLazyModule(Context, /*ShouldLazyLoadMetadata*/ true, in create()
H A DIRSymtab.cpp394 BM.getLazyModule(Ctx, /*ShouldLazyLoadMetadata*/ true, in upgrade()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h143 getLazyModule(LLVMContext &Context, bool ShouldLazyLoadMetadata,
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp213 MB.getLazyModule(Context, MaterializeMetadata, SetImporting)); in main()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp630 return I->second.getLazyModule(Mod.getContext(), in thinBackend()
650 BMOrErr->getLazyModule(Mod.getContext(), in thinBackend()
H A DThinLTOCodeGenerator.cpp199 Lazy ? Mod.getLazyModule(Context, in loadModuleFromInput()
H A DLTO.cpp823 BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true, in addRegularLTO()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8380 BitcodeModule::getLazyModule(LLVMContext &Context, bool ShouldLazyLoadMetadata, in getLazyModule() function in BitcodeModule
8548 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting, in getLazyBitcodeModule()