Home
last modified time | relevance | path

Searched refs:getModuleSummaryIndexForFile (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/Object/
DModuleSummaryIndexObjectFile.h99 ErrorOr<std::unique_ptr<ModuleSummaryIndex>> getModuleSummaryIndexForFile(
/external/llvm/tools/llvm-link/
Dllvm-link.cpp205 llvm::getModuleSummaryIndexForFile(SummaryIndex, diagnosticHandler); in importFunctions()
314 llvm::getModuleSummaryIndexForFile(SummaryIndex, diagnosticHandler); in linkFiles()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/
Dllvm-link.cpp216 ExitOnErr(llvm::getModuleSummaryIndexForFile(SummaryIndex)); in importFunctions()
304 ExitOnErr(llvm::getModuleSummaryIndexForFile(SummaryIndex)); in linkFiles()
/external/llvm/lib/Object/
DModuleSummaryIndexObjectFile.cpp109 ErrorOr<std::unique_ptr<ModuleSummaryIndex>> llvm::getModuleSummaryIndexForFile( in getModuleSummaryIndexForFile() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h186 getModuleSummaryIndexForFile(StringRef Path,
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp701 static std::unique_ptr<ModuleSummaryIndex> getModuleSummaryIndexForFile( in getModuleSummaryIndexForFile() function
752 getModuleSummaryIndexForFile(SummaryFile, Error, diagnosticHandler); in runOnModule()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp291 llvm::getModuleSummaryIndexForFile(Filename, diagnosticHandler); in createCombinedModuleSummaryIndex()
361 llvm::getModuleSummaryIndexForFile(ThinLTOIndex, diagnosticHandler); in loadCombinedIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp327 ExitOnErr(getModuleSummaryIndexForFile(Filename)); in printIndexStats()
446 return ExitOnErr(getModuleSummaryIndexForFile(ThinLTOIndex)); in loadCombinedIndex()
/external/llvm/tools/gold/
Dgold-plugin.cpp662 getModuleSummaryIndexForFile(claimed_file &F) { in getModuleSummaryIndexForFile() function
1340 std::unique_ptr<ModuleSummaryIndex> Index = getModuleSummaryIndexForFile(F); in thinLTOLink()
/external/clang/lib/CodeGen/
DBackendUtil.cpp707 llvm::getModuleSummaryIndexForFile( in EmitAssembly()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1036 getModuleSummaryIndexForFile(SummaryFile); in doImportingForModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5949 llvm::getModuleSummaryIndexForFile(StringRef Path, in getModuleSummaryIndexForFile() function in llvm