Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h194 bool IsThreadSpecific() const { return m_thread_specific; } in IsThreadSpecific()
196 void SetIsThreadSpecific(bool b) { m_thread_specific = b; } in SetIsThreadSpecific()
283 m_thread_specific : 1, // This section is thread specific variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp169 m_thread_specific(false), m_readable(false), m_writable(false), in Section()
185 m_thread_specific(false), m_readable(false), m_writable(false), in Section()