Lines Matching refs:ComdatGV
1553 const GlobalValue *ComdatGV = GV->getParent()->getNamedValue(ComdatGVName); in getComdatGVForCOFF() local
1554 if (!ComdatGV) in getComdatGVForCOFF()
1558 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()
1562 return ComdatGV; in getComdatGVForCOFF()
1598 const GlobalValue *ComdatGV; in getExplicitSectionGlobal() local
1600 ComdatGV = getComdatGVForCOFF(GO); in getExplicitSectionGlobal()
1602 ComdatGV = GO; in getExplicitSectionGlobal()
1604 if (!ComdatGV->hasPrivateLinkage()) { in getExplicitSectionGlobal()
1605 MCSymbol *Sym = TM.getSymbol(ComdatGV); in getExplicitSectionGlobal()
1648 const GlobalValue *ComdatGV; in SelectSectionForGlobal() local
1650 ComdatGV = getComdatGVForCOFF(GO); in SelectSectionForGlobal()
1652 ComdatGV = GO; in SelectSectionForGlobal()
1658 if (!ComdatGV->hasPrivateLinkage()) { in SelectSectionForGlobal()
1659 MCSymbol *Sym = TM.getSymbol(ComdatGV); in SelectSectionForGlobal()
1670 raw_svector_ostream(Name) << '$' << ComdatGV->getName(); in SelectSectionForGlobal()