Searched refs:isBSS (Results 1 – 7 of 7) sorted by relevance
64 if (!Kind.isBSS() && !Kind.isDataRel()) in IsGlobalInSmallSection()83 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
74 if (!Kind.isBSS() && !Kind.isDataRel()) in IsGlobalInSmallSection()95 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel(); in isGlobalWriteableData()176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
139 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()220 !Kind.isCommon() && !Kind.isBSS()) { in SelectSectionForGlobal()286 if (Kind.isBSS() || Kind.isCommon()) return BSSSection; in SelectSectionForGlobal()578 else if (K.isBSS ()) in getCOFFSectionFlags()607 if (Kind.isBSS ()) in getCOFFSectionPrefixForUniqueGlobal()
391 } else if (Kind.isBSS() || Kind.isThreadBSS()) { // Symbol goes to BSS. in EmitGlobal()
273 if (Kind.isBSS() && BSSSection != 0) in SelectSectionForGlobal()
357 if (secKind.isBSS()) in SymbolToReloc()