Lines Matching refs:ComdatGV
1238 const GlobalValue *ComdatGV = GV->getParent()->getNamedValue(ComdatGVName); in getComdatGVForCOFF() local
1239 if (!ComdatGV) in getComdatGVForCOFF()
1243 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()
1247 return ComdatGV; in getComdatGVForCOFF()
1283 const GlobalValue *ComdatGV; in getExplicitSectionGlobal() local
1285 ComdatGV = getComdatGVForCOFF(GO); in getExplicitSectionGlobal()
1287 ComdatGV = GO; in getExplicitSectionGlobal()
1289 if (!ComdatGV->hasPrivateLinkage()) { in getExplicitSectionGlobal()
1290 MCSymbol *Sym = TM.getSymbol(ComdatGV); in getExplicitSectionGlobal()
1333 const GlobalValue *ComdatGV; in SelectSectionForGlobal() local
1335 ComdatGV = getComdatGVForCOFF(GO); in SelectSectionForGlobal()
1337 ComdatGV = GO; in SelectSectionForGlobal()
1343 if (!ComdatGV->hasPrivateLinkage()) { in SelectSectionForGlobal()
1344 MCSymbol *Sym = TM.getSymbol(ComdatGV); in SelectSectionForGlobal()
1351 raw_svector_ostream(Name) << '$' << ComdatGV->getName(); in SelectSectionForGlobal()