reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
964 GlobalValue *DGV = getLinkedToGlobal(SGV); 966 bool ShouldLink = shouldLink(DGV, *SGV); 970 auto I = ValueMap.find(SGV); 974 I = IndirectSymbolValueMap.find(SGV); 983 assert(!DGV || SGV->hasAppendingLinkage() == DGV->hasAppendingLinkage()); 984 if (SGV->hasAppendingLinkage()) 986 cast<GlobalVariable>(SGV)); 998 NewGV = copyGlobalValueProto(SGV, ShouldLink || ForIndirectSymbol); 1000 forceRenaming(NewGV, SGV->getName()); 1011 if (const Comdat *SC = SGV->getComdat()) { 1029 if (DGV && NewGV != SGV) { 1031 NewGV, TypeMap.get(SGV->getType()));