Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DFunctionImportUtils.h94 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/llvm/lib/Transforms/IPO/
DFunctionImport.cpp659 if (renameModuleForThinLTO(*SrcModule, Index, &GlobalsToImport)) in importFunctions()
768 if (renameModuleForThinLTO(M, *Index, nullptr)) { in runOnModule()
/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()