Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp28 m_type_data_resolved(false), m_is_synthetic(false), m_is_debug(false), in Symbol()
42 m_is_debug(is_debug), m_is_external(external), m_size_is_sibling(false), in Symbol()
56 m_is_debug(is_debug), m_is_external(external), m_size_is_sibling(false), in Symbol()
66 m_is_synthetic(rhs.m_is_synthetic), m_is_debug(rhs.m_is_debug), in Symbol()
82 m_is_debug = rhs.m_is_debug; in operator =()
103 m_is_debug = false; in Clear()
211 s->Printf("[%5u] %6u %c%c%c %-15s ", index, GetID(), m_is_debug ? 'D' : ' ', in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbol.h166 bool IsDebug() const { return m_is_debug; } in IsDebug()
168 void SetDebug(bool b) { m_is_debug = b; } in SetDebug()
251 m_is_debug : 1, // non-zero if this symbol is debug information in a variable