Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSectionKind.h79 ThreadBSS, enumerator
165 return K == ThreadData || K == ThreadBSS; in isThreadLocal()
168 bool isThreadBSS() const { return K == ThreadBSS; } in isThreadBSS()
221 static SectionKind getThreadBSS() { return get(ThreadBSS); } in getThreadBSS()