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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h112 bool renameModuleForThinLTO(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp321 bool llvm::renameModuleForThinLTO(Module &M, const ModuleSummaryIndex &Index, function in class:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp316 if (renameModuleForThinLTO(*M, *Index))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp529 renameModuleForThinLTO(Mod, CombinedIndex);
H A DThinLTOCodeGenerator.cpp155 if (renameModuleForThinLTO(TheModule, Index))
156 report_fatal_error("renameModuleForThinLTO failed");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1218 if (renameModuleForThinLTO(*SrcModule, Index, &GlobalsToImport))
1287 if (renameModuleForThinLTO(M, *Index, nullptr)) {

Completed in 154 milliseconds