Searched refs:ComdatGV (Results 1 – 1 of 1) sorted by relevance
1614 if (!ComdatGV) in getComdatGVForCOFF()1618 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()1622 return ComdatGV; in getComdatGVForCOFF()1658 const GlobalValue *ComdatGV; in getExplicitSectionGlobal() local1660 ComdatGV = getComdatGVForCOFF(GO); in getExplicitSectionGlobal()1662 ComdatGV = GO; in getExplicitSectionGlobal()1664 if (!ComdatGV->hasPrivateLinkage()) { in getExplicitSectionGlobal()1708 const GlobalValue *ComdatGV; in SelectSectionForGlobal() local1710 ComdatGV = getComdatGVForCOFF(GO); in SelectSectionForGlobal()1712 ComdatGV = GO; in SelectSectionForGlobal()[all …]