HomeSort by: relevance | last modified time | path
    Searched refs:getLazyModule (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
IRObjectFile.cpp 124 BM.getLazyModule(Context, /*ShouldLazyLoadMetadata*/ true,
IRSymtab.cpp 367 BM.getLazyModule(Ctx, /*ShouldLazyLoadMetadata*/ true,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeReader.h 101 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dis/
llvm-dis.cpp 181 MB.getLazyModule(Context, MaterializeMetadata, SetImporting));
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOBackend.cpp 620 return I->second.getLazyModule(Mod.getContext(),
640 BMOrErr->getLazyModule(Mod.getContext(),
ThinLTOCodeGenerator.cpp 194 Lazy ? Mod.getLazyModule(Context,
LTO.cpp 715 BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true,
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 6875 BitcodeModule::getLazyModule(LLVMContext &Context, bool ShouldLazyLoadMetadata,
7030 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting);

Completed in 29 milliseconds