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

Declarations

lib/Linker/IRMover.cpp
  482   bool shouldLink(GlobalValue *DGV, GlobalValue &SGV);

References

lib/Linker/IRMover.cpp
  614   if (ForIndirectSymbol || shouldLink(New, *SGV))
  910       return !shouldLink(DGV, *Key);
  966   bool ShouldLink = shouldLink(DGV, *SGV);