Searched refs:BSSExtern (Results 1 – 2 of 2) sorted by relevance
94 BSSExtern, enumerator154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS()156 bool isBSSExtern() const { return K == BSSExtern; } in isBSSExtern()193 static SectionKind getBSSExtern() { return get(BSSExtern); } in getBSSExtern()
96 BSSExtern, enumerator176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS()178 bool isBSSExtern() const { return K == BSSExtern; } in isBSSExtern()227 static SectionKind getBSSExtern() { return get(BSSExtern); } in getBSSExtern()