Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp216 ExitOnErr(llvm::getModuleSummaryIndexForFile(SummaryIndex)); in importFunctions()
304 ExitOnErr(llvm::getModuleSummaryIndexForFile(SummaryIndex)); in linkFiles()
/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h187 getModuleSummaryIndexForFile(StringRef Path,
/freebsd-12.1/contrib/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp331 ExitOnErr(getModuleSummaryIndexForFile(Filename)); in printIndexStats()
450 return ExitOnErr(getModuleSummaryIndexForFile(ThinLTOIndex)); in loadCombinedIndex()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1211 getModuleSummaryIndexForFile(SummaryFile); in doImportingForModule()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp1282 llvm::getModuleSummaryIndexForFile(CGOpts.ThinLTOIndexFile, in EmitBackendOutput()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6120 llvm::getModuleSummaryIndexForFile(StringRef Path, in getModuleSummaryIndexForFile() function in llvm