Searched refs:BSSExtern (Results 1 – 1 of 1) sorted by relevance
95 BSSExtern, enumerator154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS()156 bool isBSSExtern() const { return K == BSSExtern; } in isBSSExtern()192 static SectionKind getBSSExtern() { return get(BSSExtern); } in getBSSExtern()