Lines Matching refs:ComdatGV
1633 const GlobalValue *ComdatGV = GV->getParent()->getNamedValue(ComdatGVName); in getComdatGVForCOFF() local
1634 if (!ComdatGV) in getComdatGVForCOFF()
1638 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()
1642 return ComdatGV; in getComdatGVForCOFF()
1687 const GlobalValue *ComdatGV; in getExplicitSectionGlobal() local
1689 ComdatGV = getComdatGVForCOFF(GO); in getExplicitSectionGlobal()
1691 ComdatGV = GO; in getExplicitSectionGlobal()
1693 if (!ComdatGV->hasPrivateLinkage()) { in getExplicitSectionGlobal()
1694 MCSymbol *Sym = TM.getSymbol(ComdatGV); in getExplicitSectionGlobal()
1737 const GlobalValue *ComdatGV; in SelectSectionForGlobal() local
1739 ComdatGV = getComdatGVForCOFF(GO); in SelectSectionForGlobal()
1741 ComdatGV = GO; in SelectSectionForGlobal()
1747 if (!ComdatGV->hasPrivateLinkage()) { in SelectSectionForGlobal()
1748 MCSymbol *Sym = TM.getSymbol(ComdatGV); in SelectSectionForGlobal()
1759 raw_svector_ostream(Name) << '$' << ComdatGV->getName(); in SelectSectionForGlobal()