Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DIRObjectFile.cpp124 BM.getLazyModule(Context, /*ShouldLazyLoadMetadata*/ true, in create()
H A DIRSymtab.cpp381 BM.getLazyModule(Ctx, /*ShouldLazyLoadMetadata*/ true, in upgrade()
/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h102 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
/llvm-project-15.0.7/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp205 MB.getLazyModule(Context, MaterializeMetadata, SetImporting)); in main()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp617 return I->second.getLazyModule(Mod.getContext(), in thinBackend()
637 BMOrErr->getLazyModule(Mod.getContext(), in thinBackend()
H A DThinLTOCodeGenerator.cpp196 Lazy ? Mod.getLazyModule(Context, in loadModuleFromInput()
H A DLTO.cpp716 BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true, in addRegularLTO()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7719 BitcodeModule::getLazyModule(LLVMContext &Context, bool ShouldLazyLoadMetadata, in getLazyModule() function in BitcodeModule
7872 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting); in getLazyBitcodeModule()