reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/Utils/FunctionImportUtils.h
  117 bool renameModuleForThinLTO(

References

lib/LTO/LTOBackend.cpp
  508   renameModuleForThinLTO(Mod, CombinedIndex);
lib/LTO/ThinLTOCodeGenerator.cpp
  154   if (renameModuleForThinLTO(TheModule, Index))
lib/Transforms/IPO/FunctionImport.cpp
 1179     if (renameModuleForThinLTO(*SrcModule, Index, &GlobalsToImport))
 1248   if (renameModuleForThinLTO(M, *Index, nullptr)) {
tools/llvm-link/llvm-link.cpp
  316       if (renameModuleForThinLTO(*M, *Index))