Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DSectionKind.h81 ThreadBSS, enumerator
150 return K == ThreadData || K == ThreadBSS; in isThreadLocal()
153 bool isThreadBSS() const { return K == ThreadBSS; } in isThreadBSS()
196 static SectionKind getThreadBSS() { return get(ThreadBSS); } in getThreadBSS()