reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
482 bool shouldLink(GlobalValue *DGV, GlobalValue &SGV);
614 if (ForIndirectSymbol || shouldLink(New, *SGV)) 910 return !shouldLink(DGV, *Key); 966 bool ShouldLink = shouldLink(DGV, *SGV);