Searched refs:BSSLocal (Results 1 – 3 of 3) sorted by relevance
94 BSSLocal, enumerator160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS()161 bool isBSSLocal() const { return K == BSSLocal; } in isBSSLocal()199 static SectionKind getBSSLocal() { return get(BSSLocal); } in getBSSLocal()
91 BSSLocal, enumerator154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS()155 bool isBSSLocal() const { return K == BSSLocal; } in isBSSLocal()192 static SectionKind getBSSLocal() { return get(BSSLocal); } in getBSSLocal()
93 BSSLocal, enumerator176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS()177 bool isBSSLocal() const { return K == BSSLocal; } in isBSSLocal()226 static SectionKind getBSSLocal() { return get(BSSLocal); } in getBSSLocal()