Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp313 ExitOnErr(llvm::getModuleSummaryIndexForFile(SummaryIndex)); in importFunctions()
427 ExitOnErr(llvm::getModuleSummaryIndexForFile(SummaryIndex)); in linkFiles()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h239 getModuleSummaryIndexForFile(StringRef Path,
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp375 ExitOnErr(getModuleSummaryIndexForFile(Filename)); in printIndexStats()
616 return ExitOnErr(getModuleSummaryIndexForFile(ThinLTOIndex)); in loadCombinedIndex()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1416 if (Error E = llvm::getModuleSummaryIndexForFile( in emitBackendOutput()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp2054 getModuleSummaryIndexForFile(SummaryFile); in doImportingForModuleForTest()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8765 llvm::getModuleSummaryIndexForFile(StringRef Path, in getModuleSummaryIndexForFile() function in llvm