Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h116 renameModuleForThinLTO(Module &M, const ModuleSummaryIndex &Index,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp370 void llvm::renameModuleForThinLTO(Module &M, const ModuleSummaryIndex &Index, in renameModuleForThinLTO() function in llvm
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp440 renameModuleForThinLTO(*M, *Index, in linkFiles()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp665 renameModuleForThinLTO(Mod, CombinedIndex, ClearDSOLocalOnDeclarations); in thinBackend()
H A DThinLTOCodeGenerator.cpp159 renameModuleForThinLTO(TheModule, Index, ClearDSOLocalOnDeclarations); in promoteModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp2013 renameModuleForThinLTO(*SrcModule, Index, ClearDSOLocalOnDeclarations, in importFunctions()
2088 renameModuleForThinLTO(M, *Index, /*ClearDSOLocalOnDeclarations=*/false, in doImportingForModuleForTest()