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

/external/llvm/include/llvm/MC/
H A DSectionKind.h91 /// BSSLocal - This is BSS (zero initialized and writable) data
93 BSSLocal, enumerator in enum:llvm::SectionKind::Kind
176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
177 bool isBSSLocal() const { return K == BSSLocal; }
226 static SectionKind getBSSLocal() { return get(BSSLocal); }

Completed in 112 milliseconds