Lines Matching refs:ComdatGV
1631 const GlobalValue *ComdatGV = GV->getParent()->getNamedValue(ComdatGVName); in getComdatGVForCOFF() local
1632 if (!ComdatGV) in getComdatGVForCOFF()
1636 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()
1640 return ComdatGV; in getComdatGVForCOFF()
1685 const GlobalValue *ComdatGV; in getExplicitSectionGlobal() local
1687 ComdatGV = getComdatGVForCOFF(GO); in getExplicitSectionGlobal()
1689 ComdatGV = GO; in getExplicitSectionGlobal()
1691 if (!ComdatGV->hasPrivateLinkage()) { in getExplicitSectionGlobal()
1692 MCSymbol *Sym = TM.getSymbol(ComdatGV); in getExplicitSectionGlobal()
1735 const GlobalValue *ComdatGV; in SelectSectionForGlobal() local
1737 ComdatGV = getComdatGVForCOFF(GO); in SelectSectionForGlobal()
1739 ComdatGV = GO; in SelectSectionForGlobal()
1745 if (!ComdatGV->hasPrivateLinkage()) { in SelectSectionForGlobal()
1746 MCSymbol *Sym = TM.getSymbol(ComdatGV); in SelectSectionForGlobal()
1757 raw_svector_ostream(Name) << '$' << ComdatGV->getName(); in SelectSectionForGlobal()