Home
last modified time | relevance | path

Searched refs:getFunctionIndexForFile (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Object/
DFunctionIndexObjectFile.h106 getFunctionIndexForFile(StringRef Path,
/external/llvm/tools/llvm-link/
Dllvm-link.cpp202 llvm::getFunctionIndexForFile(FunctionIndex, diagnosticHandler); in importFunctions()
271 llvm::getFunctionIndexForFile(FunctionIndex, diagnosticHandler); in linkFiles()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp354 getFunctionIndexForFile(StringRef Path, std::string &Error, in getFunctionIndexForFile() function
401 IndexPtr = getFunctionIndexForFile(SummaryFile, Error, diagnosticHandler); in runOnModule()
/external/llvm/lib/Object/
DFunctionIndexObjectFile.cpp127 llvm::getFunctionIndexForFile(StringRef Path, in getFunctionIndexForFile() function in llvm
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp220 llvm::getFunctionIndexForFile(Filename, diagnosticHandler); in createCombinedFunctionIndex()
/external/llvm/tools/gold/
Dgold-plugin.cpp565 getFunctionIndexForFile(claimed_file &F, ld_plugin_input_file &Info) { in getFunctionIndexForFile() function
870 getFunctionIndexForFile(F, InputFile.file()); in allSymbolsReadHook()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp796 llvm::getFunctionIndexForFile(CI.getCodeGenOpts().ThinLTOIndexFile, in ExecuteAction()