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

/external/llvm/include/llvm/MC/
H A DSectionKind.h79 /// ThreadBSS - Zero-initialized TLS data objects.
80 ThreadBSS, enumerator in enum:llvm::SectionKind::Kind
166 return K == ThreadData || K == ThreadBSS;
169 bool isThreadBSS() const { return K == ThreadBSS; }
223 static SectionKind getThreadBSS() { return get(ThreadBSS); }

Completed in 97 milliseconds