reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Core/Section.h
  179   bool IsThreadSpecific() const { return m_thread_specific; }
  181   void SetIsThreadSpecific(bool b) { m_thread_specific = b; }