Searched refs:getModuleSummaryIndexForFile (Results 1 – 16 of 16) sorted by relevance
/external/llvm/include/llvm/Object/ |
D | ModuleSummaryIndexObjectFile.h | 99 ErrorOr<std::unique_ptr<ModuleSummaryIndex>> getModuleSummaryIndexForFile(
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 205 llvm::getModuleSummaryIndexForFile(SummaryIndex, diagnosticHandler); in importFunctions() 314 llvm::getModuleSummaryIndexForFile(SummaryIndex, diagnosticHandler); in linkFiles()
|
/external/llvm/lib/Object/ |
D | ModuleSummaryIndexObjectFile.cpp | 109 ErrorOr<std::unique_ptr<ModuleSummaryIndex>> llvm::getModuleSummaryIndexForFile( in getModuleSummaryIndexForFile() function in llvm
|
/external/llvm-project/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 283 ExitOnErr(llvm::getModuleSummaryIndexForFile(SummaryIndex)); in importFunctions() 381 ExitOnErr(llvm::getModuleSummaryIndexForFile(SummaryIndex)); in linkFiles()
|
/external/llvm-project/llvm/include/llvm/Bitcode/ |
D | BitcodeReader.h | 194 getModuleSummaryIndexForFile(StringRef Path,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | BitcodeReader.h | 186 getModuleSummaryIndexForFile(StringRef Path,
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 701 static std::unique_ptr<ModuleSummaryIndex> getModuleSummaryIndexForFile( in getModuleSummaryIndexForFile() function 752 getModuleSummaryIndexForFile(SummaryFile, Error, diagnosticHandler); in runOnModule()
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 291 llvm::getModuleSummaryIndexForFile(Filename, diagnosticHandler); in createCombinedModuleSummaryIndex() 361 llvm::getModuleSummaryIndexForFile(ThinLTOIndex, diagnosticHandler); in loadCombinedIndex()
|
/external/llvm-project/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 344 ExitOnErr(getModuleSummaryIndexForFile(Filename)); in printIndexStats() 515 return ExitOnErr(getModuleSummaryIndexForFile(ThinLTOIndex)); in loadCombinedIndex()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 662 getModuleSummaryIndexForFile(claimed_file &F) { in getModuleSummaryIndexForFile() function 1340 std::unique_ptr<ModuleSummaryIndex> Index = getModuleSummaryIndexForFile(F); in thinLTOLink()
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 707 llvm::getModuleSummaryIndexForFile( in EmitAssembly()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 1254 getModuleSummaryIndexForFile(SummaryFile); in doImportingForModule()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 1290 getModuleSummaryIndexForFile(SummaryFile); in doImportingForModule()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 1542 llvm::getModuleSummaryIndexForFile(CGOpts.ThinLTOIndexFile, in EmitBackendOutput()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6732 llvm::getModuleSummaryIndexForFile(StringRef Path, in getModuleSummaryIndexForFile() function in llvm
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6963 llvm::getModuleSummaryIndexForFile(StringRef Path, in getModuleSummaryIndexForFile() function in llvm
|