Searched refs:DGV (Results 1 – 1 of 1) sorted by relevance
471 GlobalValue *DGV = DstM->getNamedValue(SrcGV->getName()); in getLinkedToGlobal() local472 if (!DGV) in getLinkedToGlobal()477 if (DGV->hasLocalLinkage()) in getLinkedToGlobal()481 return DGV; in getLinkedToGlobal()602 GlobalValue *DGV = copyGlobalValueProto(TypeMap, *DstM, SGV); in materializeValueFor() local605 if (auto *DGO = dyn_cast<GlobalObject>(DGV)) { in materializeValueFor()612 return DGV; in materializeValueFor()807 GlobalValue *DGV = getLinkedToGlobal(&SGV); in computeTypeMapping() local808 if (!DGV) in computeTypeMapping()811 if (!DGV->hasAppendingLinkage() || !SGV.hasAppendingLinkage()) { in computeTypeMapping()[all …]