Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-link/
H A Dllvm-link.cpp313 ExitOnErr(llvm::getModuleSummaryIndexForFile(SummaryIndex)); in importFunctions()
409 ExitOnErr(llvm::getModuleSummaryIndexForFile(SummaryIndex)); in linkFiles()
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h235 getModuleSummaryIndexForFile(StringRef Path,
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp376 ExitOnErr(getModuleSummaryIndexForFile(Filename)); in printIndexStats()
556 return ExitOnErr(getModuleSummaryIndexForFile(ThinLTOIndex)); in loadCombinedIndex()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1401 getModuleSummaryIndexForFile(SummaryFile); in doImportingForModule()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp1235 if (Error E = llvm::getModuleSummaryIndexForFile( in EmitBackendOutput()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8220 llvm::getModuleSummaryIndexForFile(StringRef Path, in getModuleSummaryIndexForFile() function in llvm