Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp27 m_is_debug(false), m_is_external(false), m_size_is_sibling(false), in Symbol()
40 m_is_debug(is_debug), m_is_external(external), m_size_is_sibling(false), in Symbol()
55 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 =()
104 m_is_debug = false; in Clear()
214 s->Printf("[%5u] %6u %c%c%c %-15s ", index, GetID(), m_is_debug ? 'D' : ' ', in Dump()
/freebsd-13.1/contrib/llvm-project/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()
258 m_is_debug : 1, // non-zero if this symbol is debug information in a variable