Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSectionKind.h80 ThreadBSS, enumerator
166 return K == ThreadData || K == ThreadBSS; in isThreadLocal()
169 bool isThreadBSS() const { return K == ThreadBSS; } in isThreadBSS()
223 static SectionKind getThreadBSS() { return get(ThreadBSS); } in getThreadBSS()