Searched refs:hasComdat (Results 1 – 8 of 8) sorted by relevance
60 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
116 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
325 EmitUniqueSection |= GV->hasComdat(); in SelectSectionForGlobal()871 if (GV->hasComdat()) { in getExplicitSectionGlobal()918 if ((EmitUniquedSection && !Kind.isCommon()) || GV->hasComdat()) { in SelectSectionForGlobal()927 if (GV->hasComdat()) in SelectSectionForGlobal()
654 if (!F->hasLocalLinkage() && F->hasComdat()) in removeDeadFunctions()
656 assert(GV->hasComdat()); in getModuleForFile()
673 GV.hasComdat()) { in WriteModuleInfo()679 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0); in WriteModuleInfo()706 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0); in WriteModuleInfo()
1150 if (G->hasComdat()) return false; in ShouldInstrumentGlobal()
459 Assert(!GV.hasComdat(), "'common' global may not be in a Comdat!", &GV); in visitGlobalVariable()