Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DIRObjectFile.cpp123 BM.getLazyModule(Context, /*ShouldLazyLoadMetadata*/ true, in create()
H A DIRSymtab.cpp339 BM.getLazyModule(Ctx, /*ShouldLazyLoadMetadata*/ true, in upgrade()
/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h99 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOBackend.cpp510 return I->second.getLazyModule(Mod.getContext(), in thinBackend()
H A DLTO.cpp622 BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true, in addRegularLTO()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5898 BitcodeModule::getLazyModule(LLVMContext &Context, bool ShouldLazyLoadMetadata, in getLazyModule() function in BitcodeModule
6039 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting); in getLazyBitcodeModule()