Home
last modified time | relevance | path

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

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