Searched refs:getLazyModule (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | IRObjectFile.cpp | 124 BM.getLazyModule(Context, /*ShouldLazyLoadMetadata*/ true, in create()
|
| H A D | IRSymtab.cpp | 381 BM.getLazyModule(Ctx, /*ShouldLazyLoadMetadata*/ true, in upgrade()
|
| /llvm-project-15.0.7/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeReader.h | 102 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
|
| /llvm-project-15.0.7/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 205 MB.getLazyModule(Context, MaterializeMetadata, SetImporting)); in main()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 617 return I->second.getLazyModule(Mod.getContext(), in thinBackend() 637 BMOrErr->getLazyModule(Mod.getContext(), in thinBackend()
|
| H A D | ThinLTOCodeGenerator.cpp | 196 Lazy ? Mod.getLazyModule(Context, in loadModuleFromInput()
|
| H A D | LTO.cpp | 716 BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true, in addRegularLTO()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 7719 BitcodeModule::getLazyModule(LLVMContext &Context, bool ShouldLazyLoadMetadata, in getLazyModule() function in BitcodeModule 7872 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting); in getLazyBitcodeModule()
|