reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Bitcode/BitcodeReader.h
   98     Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,

References

lib/Bitcode/Reader/BitcodeReader.cpp
 6640   return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting);
lib/LTO/LTO.cpp
  667       BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true,
lib/LTO/LTOBackend.cpp
  529     return I->second.getLazyModule(Mod.getContext(),
lib/LTO/ThinLTOCodeGenerator.cpp
  188       Lazy ? Mod.getLazyModule(Context,
lib/Object/IRObjectFile.cpp
  123         BM.getLazyModule(Context, /*ShouldLazyLoadMetadata*/ true,
lib/Object/IRSymtab.cpp
  354         BM.getLazyModule(Ctx, /*ShouldLazyLoadMetadata*/ true,