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

References

tools/lldb/include/lldb/Symbol/Symbol.h
  156   bool IsDebug() const { return m_is_debug; }
  158   void SetDebug(bool b) { m_is_debug = b; }
tools/lldb/source/Symbol/Symbol.cpp
   67       m_is_synthetic(rhs.m_is_synthetic), m_is_debug(rhs.m_is_debug),
   83     m_is_debug = rhs.m_is_debug;
   83     m_is_debug = rhs.m_is_debug;
  105   m_is_debug = false;
  214   s->Printf("[%5u] %6u %c%c%c %-15s ", index, GetID(), m_is_debug ? 'D' : ' ',