Home
last modified time | relevance | path

Searched refs:renameModuleForThinLTO (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DFunctionImportUtils.h94 bool renameModuleForThinLTO(
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionImportUtils.h112 bool renameModuleForThinLTO(
/external/llvm/tools/llvm-link/
Dllvm-link.cpp277 if (renameModuleForThinLTO(*SrcModule, *Index, &GlobalsToImport)) in importFunctions()
323 if (renameModuleForThinLTO(*M, *Index)) in linkFiles()
/external/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp238 bool llvm::renameModuleForThinLTO( in renameModuleForThinLTO() function in llvm
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp321 bool llvm::renameModuleForThinLTO(Module &M, const ModuleSummaryIndex &Index, in renameModuleForThinLTO() function in llvm
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp659 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/
DFunctionImport.cpp1218 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/
DLTOBackend.cpp529 renameModuleForThinLTO(Mod, CombinedIndex); in thinBackend()
DThinLTOCodeGenerator.cpp155 if (renameModuleForThinLTO(TheModule, Index)) in promoteModule()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp143 if (renameModuleForThinLTO(TheModule, Index)) in promoteModule()
/external/llvm/tools/gold/
Dgold-plugin.cpp1199 if (renameModuleForThinLTO(*NewModule, CombinedIndex)) in thinLTOBackendTask()