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