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.cpp388 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.cpp205 MB.getLazyModule(Context, MaterializeMetadata, SetImporting)); in main()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp628 return I->second.getLazyModule(Mod.getContext(), in thinBackend()
648 BMOrErr->getLazyModule(Mod.getContext(), in thinBackend()
H A DThinLTOCodeGenerator.cpp198 Lazy ? Mod.getLazyModule(Context, in loadModuleFromInput()
H A DLTO.cpp809 BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true, in addRegularLTO()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8034 BitcodeModule::getLazyModule(LLVMContext &Context, bool ShouldLazyLoadMetadata, in getLazyModule() function in BitcodeModule
8202 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting, in getLazyBitcodeModule()