Searched refs:ComdatGV (Results 1 – 1 of 1) sorted by relevance
1239 if (!ComdatGV) in getComdatGVForCOFF()1243 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()1247 return ComdatGV; in getComdatGVForCOFF()1283 const GlobalValue *ComdatGV; in getExplicitSectionGlobal() local1285 ComdatGV = getComdatGVForCOFF(GO); in getExplicitSectionGlobal()1287 ComdatGV = GO; in getExplicitSectionGlobal()1289 if (!ComdatGV->hasPrivateLinkage()) { in getExplicitSectionGlobal()1333 const GlobalValue *ComdatGV; in SelectSectionForGlobal() local1335 ComdatGV = getComdatGVForCOFF(GO); in SelectSectionForGlobal()1337 ComdatGV = GO; in SelectSectionForGlobal()[all …]