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