Searched refs:renameModuleForThinLTO (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | FunctionImportUtils.h | 94 bool renameModuleForThinLTO(
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | FunctionImportUtils.h | 112 bool renameModuleForThinLTO(
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 277 if (renameModuleForThinLTO(*SrcModule, *Index, &GlobalsToImport)) in importFunctions() 323 if (renameModuleForThinLTO(*M, *Index)) in linkFiles()
|
/external/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 238 bool llvm::renameModuleForThinLTO( in renameModuleForThinLTO() function in llvm
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 321 bool llvm::renameModuleForThinLTO(Module &M, const ModuleSummaryIndex &Index, in renameModuleForThinLTO() function in llvm
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 659 if (renameModuleForThinLTO(*SrcModule, Index, &GlobalsToImport)) in importFunctions() 768 if (renameModuleForThinLTO(M, *Index, nullptr)) { in runOnModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 1218 if (renameModuleForThinLTO(*SrcModule, Index, &GlobalsToImport)) in importFunctions() 1287 if (renameModuleForThinLTO(M, *Index, nullptr)) { in doImportingForModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOBackend.cpp | 529 renameModuleForThinLTO(Mod, CombinedIndex); in thinBackend()
|
D | ThinLTOCodeGenerator.cpp | 155 if (renameModuleForThinLTO(TheModule, Index)) in promoteModule()
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 143 if (renameModuleForThinLTO(TheModule, Index)) in promoteModule()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 1199 if (renameModuleForThinLTO(*NewModule, CombinedIndex)) in thinLTOBackendTask()
|