Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h100 BSSLocal, enumerator
169 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS()
170 bool isBSSLocal() const { return K == BSSLocal; } in isBSSLocal()
210 static SectionKind getBSSLocal() { return get(BSSLocal); } in getBSSLocal()