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

References

lib/IR/Verifier.cpp
  580     Assert(!GV.hasComdat(), "Declaration may not be in a Comdat!", &GV);
lib/LTO/LTO.cpp
  744         if (GV->hasComdat())
lib/LTO/LTOModule.cpp
  452   if (def->hasComdat())
lib/Target/PowerPC/PPCISelLowering.cpp
 4511   if (TM.getFunctionSections() || GV->hasComdat() || Caller->hasComdat() ||
lib/Transforms/Utils/ModuleUtils.cpp
  257         !GV.hasExternalLinkage() || GV.hasComdat())