Home
last modified time | relevance | path

Searched refs:DGV (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Linker/
DLinkModules.cpp471 GlobalValue *DGV = DstM->getNamedValue(SrcGV->getName()); in getLinkedToGlobal() local
472 if (!DGV) in getLinkedToGlobal()
477 if (DGV->hasLocalLinkage()) in getLinkedToGlobal()
481 return DGV; in getLinkedToGlobal()
602 GlobalValue *DGV = copyGlobalValueProto(TypeMap, *DstM, SGV); in materializeValueFor() local
605 if (auto *DGO = dyn_cast<GlobalObject>(DGV)) { in materializeValueFor()
612 return DGV; in materializeValueFor()
807 GlobalValue *DGV = getLinkedToGlobal(&SGV); in computeTypeMapping() local
808 if (!DGV) in computeTypeMapping()
811 if (!DGV->hasAppendingLinkage() || !SGV.hasAppendingLinkage()) { in computeTypeMapping()
[all …]