Lines Matching refs:ComdatGV
825 const GlobalValue *ComdatGV = GV->getParent()->getNamedValue(ComdatGVName); in getComdatGVForCOFF() local
826 if (!ComdatGV) in getComdatGVForCOFF()
830 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()
834 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()
926 const GlobalValue *ComdatGV; in SelectSectionForGlobal() local
928 ComdatGV = getComdatGVForCOFF(GV); in SelectSectionForGlobal()
930 ComdatGV = GV; in SelectSectionForGlobal()
932 if (!ComdatGV->hasPrivateLinkage()) { in SelectSectionForGlobal()
933 MCSymbol *Sym = TM.getSymbol(ComdatGV, Mang); in SelectSectionForGlobal()