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