Home
last modified time | relevance | path

Searched refs:BSSExtern (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
DSectionKind.h95 BSSExtern, enumerator
175 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()