Searched refs:getFunctionIndexForFile (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/Object/ |
D | FunctionIndexObjectFile.h | 106 getFunctionIndexForFile(StringRef Path,
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 202 llvm::getFunctionIndexForFile(FunctionIndex, diagnosticHandler); in importFunctions() 271 llvm::getFunctionIndexForFile(FunctionIndex, diagnosticHandler); in linkFiles()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 354 getFunctionIndexForFile(StringRef Path, std::string &Error, in getFunctionIndexForFile() function 401 IndexPtr = getFunctionIndexForFile(SummaryFile, Error, diagnosticHandler); in runOnModule()
|
/external/llvm/lib/Object/ |
D | FunctionIndexObjectFile.cpp | 127 llvm::getFunctionIndexForFile(StringRef Path, in getFunctionIndexForFile() function in llvm
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 220 llvm::getFunctionIndexForFile(Filename, diagnosticHandler); in createCombinedFunctionIndex()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 565 getFunctionIndexForFile(claimed_file &F, ld_plugin_input_file &Info) { in getFunctionIndexForFile() function 870 getFunctionIndexForFile(F, InputFile.file()); in allSymbolsReadHook()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 796 llvm::getFunctionIndexForFile(CI.getCodeGenOpts().ThinLTOIndexFile, in ExecuteAction()
|