Lines Matching refs:ComdatGV
851 const GlobalValue *ComdatGV = GV->getParent()->getNamedValue(ComdatGVName); in getComdatGVForCOFF() local
852 if (!ComdatGV) in getComdatGVForCOFF()
856 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()
860 return ComdatGV; in getComdatGVForCOFF()
897 const GlobalValue *ComdatGV; in getExplicitSectionGlobal() local
899 ComdatGV = getComdatGVForCOFF(GV); in getExplicitSectionGlobal()
901 ComdatGV = GV; in getExplicitSectionGlobal()
903 if (!ComdatGV->hasPrivateLinkage()) { in getExplicitSectionGlobal()
904 MCSymbol *Sym = TM.getSymbol(ComdatGV, Mang); in getExplicitSectionGlobal()
947 const GlobalValue *ComdatGV; in SelectSectionForGlobal() local
949 ComdatGV = getComdatGVForCOFF(GV); in SelectSectionForGlobal()
951 ComdatGV = GV; in SelectSectionForGlobal()
957 if (!ComdatGV->hasPrivateLinkage()) { in SelectSectionForGlobal()
958 MCSymbol *Sym = TM.getSymbol(ComdatGV, Mang); in SelectSectionForGlobal()