Searched refs:BSSLocal (Results 1 – 1 of 1) sorted by relevance
92 BSSLocal, enumerator154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS()155 bool isBSSLocal() const { return K == BSSLocal; } in isBSSLocal()191 static SectionKind getBSSLocal() { return get(BSSLocal); } in getBSSLocal()