Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSectionKind.h92 BSSLocal, enumerator
154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS()
155 bool isBSSLocal() const { return K == BSSLocal; } in isBSSLocal()
191 static SectionKind getBSSLocal() { return get(BSSLocal); } in getBSSLocal()