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

References

lib/Linker/IRMover.cpp
  966   bool ShouldLink = shouldLink(DGV, *SGV);
  980     DGV = nullptr;
  983   assert(!DGV || SGV->hasAppendingLinkage() == DGV->hasAppendingLinkage());
  983   assert(!DGV || SGV->hasAppendingLinkage() == DGV->hasAppendingLinkage());
  985     return linkAppendingVarProto(cast_or_null<GlobalVariable>(DGV),
  989   if (DGV && !ShouldLink) {
  990     NewGV = DGV;
 1029   if (DGV && NewGV != SGV) {
 1034   if (DGV && NewGV != DGV) {
 1034   if (DGV && NewGV != DGV) {
 1039         DGV,
 1040         ConstantExpr::getPointerBitCastOrAddrSpaceCast(NewGV, DGV->getType())));