Lines Matching refs:ComdatGV
827 const GlobalValue *ComdatGV = GV->getParent()->getNamedValue(ComdatGVName); in getComdatGVForCOFF() local
828 if (!ComdatGV) in getComdatGVForCOFF()
832 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()
836 return ComdatGV; in getComdatGVForCOFF()
873 const GlobalValue *ComdatGV; in getExplicitSectionGlobal() local
875 ComdatGV = getComdatGVForCOFF(GV); in getExplicitSectionGlobal()
877 ComdatGV = GV; in getExplicitSectionGlobal()
879 if (!ComdatGV->hasPrivateLinkage()) { in getExplicitSectionGlobal()
880 MCSymbol *Sym = TM.getSymbol(ComdatGV, Mang); in getExplicitSectionGlobal()
925 const GlobalValue *ComdatGV; in SelectSectionForGlobal() local
927 ComdatGV = getComdatGVForCOFF(GV); in SelectSectionForGlobal()
929 ComdatGV = GV; in SelectSectionForGlobal()
931 if (!ComdatGV->hasPrivateLinkage()) { in SelectSectionForGlobal()
932 MCSymbol *Sym = TM.getSymbol(ComdatGV, Mang); in SelectSectionForGlobal()