Searched refs:isCommon (Results 1 – 13 of 13) sorted by relevance
129 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal()135 if (Kind.isBSS() || Kind.isCommon())return BSSSectionLarge; in SelectSectionForGlobal()140 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
172 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel(); in isGlobalWriteableData()179 bool isCommon() const { return K == Common; } in isCommon() function
733 assert(!isCommon()); in getOffset()737 assert(!isCommon()); in setOffset()756 bool isCommon() const { return CommonAlign != -1U; } in isCommon() function770 assert(isCommon() && "Not a 'common' symbol!"); in getCommonSize()785 assert(isCommon() && "Not a 'common' symbol!"); in getCommonAlignment()
76 if (Kind.isBSS() || Kind.isDataNoRel() || Kind.isCommon()) { in IsGlobalInSmallSection()
79 (Kind.isDataRel() || Kind.isBSS() || Kind.isCommon())); in IsGlobalInSmallSection()
319 if (!(Flags & ELF::SHF_MERGE) && !Kind.isCommon()) { in SelectSectionForGlobal()918 if ((EmitUniquedSection && !Kind.isCommon()) || GV->hasComdat()) { in SelectSectionForGlobal()957 if (Kind.isBSS() || Kind.isCommon()) in SelectSectionForGlobal()
161 if (Symb.isCommon()) { in getSymbolAddress()189 } else if (Symb.isCommon()) { in getSymbolType()230 if (Symb.isCommon()) in getSymbolFlags()247 if (Symb.isCommon()) { in getSymbolSize()
207 if (ASD.isCommon()) { in getBaseSymbol()1290 if (!isCommon()) in dump()1293 if (isCommon()) in dump()
468 if (Data.isCommon() && Data.isExternal()) in SymbolValue()567 bool IsReserved = !Base || OrigData.isCommon(); in WriteSymbol()1007 } else if (SD.isCommon()) { in computeSymbolTable()
369 else if (Data.isCommon()) { in WriteNlist()
355 if (Data.isCommon() && Data.isExternal()) in getSymbolValue()
321 bool isCommon() const { in isCommon() function
392 if (GVKind.isCommon() || GVKind.isBSSLocal()) { in EmitGlobalVariable()397 if (GVKind.isCommon()) { in EmitGlobalVariable()