Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRObjectFile.cpp123 BM.getLazyModule(Context, /*ShouldLazyLoadMetadata*/ true, in create()
DIRSymtab.cpp354 BM.getLazyModule(Ctx, /*ShouldLazyLoadMetadata*/ true, in upgrade()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h98 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp550 return I->second.getLazyModule(Mod.getContext(), in thinBackend()
DThinLTOCodeGenerator.cpp189 Lazy ? Mod.getLazyModule(Context, in loadModuleFromInput()
DLTO.cpp669 BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true, in addRegularLTO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6497 BitcodeModule::getLazyModule(LLVMContext &Context, bool ShouldLazyLoadMetadata, in getLazyModule() function in BitcodeModule
6651 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting); in getLazyBitcodeModule()