Searched refs:ComdatGV (Results 1 – 2 of 2) sorted by relevance
851 const GlobalValue *ComdatGV = GV->getParent()->getNamedValue(ComdatGVName); in getComdatGVForCOFF() local852 if (!ComdatGV) in getComdatGVForCOFF()856 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()860 return ComdatGV; in getComdatGVForCOFF()897 const GlobalValue *ComdatGV; in getExplicitSectionGlobal() local899 ComdatGV = getComdatGVForCOFF(GV); in getExplicitSectionGlobal()901 ComdatGV = GV; in getExplicitSectionGlobal()903 if (!ComdatGV->hasPrivateLinkage()) { in getExplicitSectionGlobal()904 MCSymbol *Sym = TM.getSymbol(ComdatGV, Mang); in getExplicitSectionGlobal()947 const GlobalValue *ComdatGV; in SelectSectionForGlobal() local[all …]
1050 const GlobalValue *ComdatGV = GV->getParent()->getNamedValue(ComdatGVName); in getComdatGVForCOFF() local1051 if (!ComdatGV) in getComdatGVForCOFF()1055 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()1059 return ComdatGV; in getComdatGVForCOFF()1095 const GlobalValue *ComdatGV; in getExplicitSectionGlobal() local1097 ComdatGV = getComdatGVForCOFF(GO); in getExplicitSectionGlobal()1099 ComdatGV = GO; in getExplicitSectionGlobal()1101 if (!ComdatGV->hasPrivateLinkage()) { in getExplicitSectionGlobal()1102 MCSymbol *Sym = TM.getSymbol(ComdatGV); in getExplicitSectionGlobal()1145 const GlobalValue *ComdatGV; in SelectSectionForGlobal() local[all …]