Searched refs:getLazyModule (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | IRObjectFile.cpp | 123 BM.getLazyModule(Context, /*ShouldLazyLoadMetadata*/ true, in create()
|
D | IRSymtab.cpp | 339 BM.getLazyModule(Ctx, /*ShouldLazyLoadMetadata*/ true, in upgrade()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | BitcodeReader.h | 98 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOBackend.cpp | 503 return I->second.getLazyModule(Mod.getContext(), in thinBackend()
|
D | LTO.cpp | 588 BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true, in addRegularLTO()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5780 BitcodeModule::getLazyModule(LLVMContext &Context, bool ShouldLazyLoadMetadata, in getLazyModule() function in BitcodeModule 5868 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting); in getLazyBitcodeModule()
|