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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp124 BM.getLazyModule(Context, /*ShouldLazyLoadMetadata*/ true,
H A DIRSymtab.cpp358 BM.getLazyModule(Ctx, /*ShouldLazyLoadMetadata*/ true,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h101 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp171 std::unique_ptr<Module> M = ExitOnErr(MB.getLazyModule(Context, MaterializeMetadata,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp589 return I->second.getLazyModule(Mod.getContext(),
H A DThinLTOCodeGenerator.cpp191 Lazy ? Mod.getLazyModule(Context,
H A DLTO.cpp683 BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6620 BitcodeModule::getLazyModule(LLVMContext &Context, bool ShouldLazyLoadMetadata, function in class:BitcodeModule
6775 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting);

Completed in 134 milliseconds