Searched refs:ComdatGV (Results 1 – 1 of 1) sorted by relevance
1634 if (!ComdatGV) in getComdatGVForCOFF()1638 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()1642 return ComdatGV; in getComdatGVForCOFF()1687 const GlobalValue *ComdatGV; in getExplicitSectionGlobal() local1689 ComdatGV = getComdatGVForCOFF(GO); in getExplicitSectionGlobal()1691 ComdatGV = GO; in getExplicitSectionGlobal()1693 if (!ComdatGV->hasPrivateLinkage()) { in getExplicitSectionGlobal()1737 const GlobalValue *ComdatGV; in SelectSectionForGlobal() local1739 ComdatGV = getComdatGVForCOFF(GO); in SelectSectionForGlobal()1741 ComdatGV = GO; in SelectSectionForGlobal()[all …]