Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h118 bool renameModuleForThinLTO(
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp309 bool llvm::renameModuleForThinLTO(Module &M, const ModuleSummaryIndex &Index, in renameModuleForThinLTO() function in llvm
/freebsd-12.1/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp317 if (renameModuleForThinLTO(*M, *Index)) in linkFiles()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1175 if (renameModuleForThinLTO(*SrcModule, Index, &GlobalsToImport)) in importFunctions()
1244 if (renameModuleForThinLTO(M, *Index, nullptr)) { in doImportingForModule()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOBackend.cpp489 renameModuleForThinLTO(Mod, CombinedIndex); in thinBackend()
H A DThinLTOCodeGenerator.cpp151 if (renameModuleForThinLTO(TheModule, Index)) in promoteModule()