Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp124 BM.getLazyModule(Context, /*ShouldLazyLoadMetadata*/ true, in create()
H A DIRSymtab.cpp368 BM.getLazyModule(Ctx, /*ShouldLazyLoadMetadata*/ true, in upgrade()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h101 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp190 MB.getLazyModule(Context, MaterializeMetadata, SetImporting)); in main()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp620 return I->second.getLazyModule(Mod.getContext(), in thinBackend()
640 BMOrErr->getLazyModule(Mod.getContext(), in thinBackend()
H A DThinLTOCodeGenerator.cpp197 Lazy ? Mod.getLazyModule(Context, in loadModuleFromInput()
H A DLTO.cpp715 BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true, in addRegularLTO()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6806 BitcodeModule::getLazyModule(LLVMContext &Context, bool ShouldLazyLoadMetadata, in getLazyModule() function in BitcodeModule
6961 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting); in getLazyBitcodeModule()