Searched refs:hasComdat (Results 1 – 14 of 14) sorted by relevance
70 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
189 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
73 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
206 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
206 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
326 EmitUniqueSection |= GV->hasComdat(); in SelectSectionForGlobal()895 if (GV->hasComdat()) { in getExplicitSectionGlobal()939 if ((EmitUniquedSection && !Kind.isCommon()) || GV->hasComdat()) { in SelectSectionForGlobal()948 if (GV->hasComdat()) in SelectSectionForGlobal()
47 if (from->hasComdat()) { in copyLinkageVisibility()
259 if (F->hasLocalLinkage() && F->hasComdat()) in shouldRecordFunctionAddr()273 if (F.hasComdat()) in needsComdatForCounter()
1271 if (G->hasComdat()) return false; in ShouldInstrumentGlobal()
464 if (def->hasComdat()) in addDefinedSymbol()
1998 if (!GV->hasComdat() && !GV->isDeclarationForLinker()) { in emitDebugInfoForGlobals()2014 if (GV->hasComdat()) { in emitDebugInfoForGlobals()
1174 GV.hasComdat()) { in writeModuleInfo()1180 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0); in writeModuleInfo()1207 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0); in writeModuleInfo()
789 assert(GV->hasComdat()); in getModuleForFile()
515 Assert(!GV.hasComdat(), "Declaration may not be in a Comdat!", &GV); in visitGlobalValue()551 Assert(!GV.hasComdat(), "'common' global may not be in a Comdat!", &GV); in visitGlobalVariable()