Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h103 BSSExtern, enumerator
169 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()