Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h142 getLazyModule(LLVMContext &Context, bool ShouldLazyLoadMetadata,
/openbsd-src/gnu/llvm/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp205 MB.getLazyModule(Context, MaterializeMetadata, SetImporting)); in main()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp619 return I->second.getLazyModule(Mod.getContext(), in thinBackend()
639 BMOrErr->getLazyModule(Mod.getContext(), in thinBackend()
H A DThinLTOCodeGenerator.cpp196 Lazy ? Mod.getLazyModule(Context, in loadModuleFromInput()
H A DLTO.cpp735 BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true, in addRegularLTO()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7982 BitcodeModule::getLazyModule(LLVMContext &Context, bool ShouldLazyLoadMetadata, in getLazyModule() function in BitcodeModule
8137 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting, in getLazyBitcodeModule()