Searched refs:getLazyModule (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | IRObjectFile.cpp | 124 BM.getLazyModule(Context, /*ShouldLazyLoadMetadata*/ true, in create()
|
H A D | IRSymtab.cpp | 367 BM.getLazyModule(Ctx, /*ShouldLazyLoadMetadata*/ true, in upgrade()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 101 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dis/ |
H A D | llvm-dis.cpp | 181 MB.getLazyModule(Context, MaterializeMetadata, SetImporting)); in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 620 return I->second.getLazyModule(Mod.getContext(), in thinBackend() 640 BMOrErr->getLazyModule(Mod.getContext(), in thinBackend()
|
H A D | ThinLTOCodeGenerator.cpp | 194 Lazy ? Mod.getLazyModule(Context, in loadModuleFromInput()
|
H A D | LTO.cpp | 715 BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true, in addRegularLTO()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6875 BitcodeModule::getLazyModule(LLVMContext &Context, bool ShouldLazyLoadMetadata, in getLazyModule() function in BitcodeModule 7030 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting); in getLazyBitcodeModule()
|