Lines Matching refs:ComdatGV
1579 const GlobalValue *ComdatGV = GV->getParent()->getNamedValue(ComdatGVName); in getComdatGVForCOFF() local
1580 if (!ComdatGV) in getComdatGVForCOFF()
1584 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()
1588 return ComdatGV; in getComdatGVForCOFF()
1624 const GlobalValue *ComdatGV; in getExplicitSectionGlobal() local
1626 ComdatGV = getComdatGVForCOFF(GO); in getExplicitSectionGlobal()
1628 ComdatGV = GO; in getExplicitSectionGlobal()
1630 if (!ComdatGV->hasPrivateLinkage()) { in getExplicitSectionGlobal()
1631 MCSymbol *Sym = TM.getSymbol(ComdatGV); in getExplicitSectionGlobal()
1674 const GlobalValue *ComdatGV; in SelectSectionForGlobal() local
1676 ComdatGV = getComdatGVForCOFF(GO); in SelectSectionForGlobal()
1678 ComdatGV = GO; in SelectSectionForGlobal()
1684 if (!ComdatGV->hasPrivateLinkage()) { in SelectSectionForGlobal()
1685 MCSymbol *Sym = TM.getSymbol(ComdatGV); in SelectSectionForGlobal()
1696 raw_svector_ostream(Name) << '$' << ComdatGV->getName(); in SelectSectionForGlobal()