Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-link/
H A Dllvm-link.cpp313 ExitOnErr(llvm::getModuleSummaryIndexForFile(SummaryIndex)); in importFunctions()
409 ExitOnErr(llvm::getModuleSummaryIndexForFile(SummaryIndex)); in linkFiles()
/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h195 getModuleSummaryIndexForFile(StringRef Path,
/llvm-project-15.0.7/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp376 ExitOnErr(getModuleSummaryIndexForFile(Filename)); in printIndexStats()
556 return ExitOnErr(getModuleSummaryIndexForFile(ThinLTOIndex)); in loadCombinedIndex()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1367 getModuleSummaryIndexForFile(SummaryFile); in doImportingForModule()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp1160 if (Error E = llvm::getModuleSummaryIndexForFile( in EmitBackendOutput()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7955 llvm::getModuleSummaryIndexForFile(StringRef Path, in getModuleSummaryIndexForFile() function in llvm