Searched refs:m_is_debug (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 28 m_is_debug(false), m_is_external(false), m_size_is_sibling(false), in Symbol() 40 m_is_synthetic(is_artificial), m_is_debug(is_debug), in Symbol() 54 m_is_synthetic(is_artificial), m_is_debug(is_debug), 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() 609 m_is_debug = (1u << 13 & bitfields) != 0; in Decode() 660 if (m_is_debug) in Encode() 698 if (m_is_debug != rhs.m_is_debug) in operator ==()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | Symbol.h | 176 bool IsDebug() const { return m_is_debug; } in IsDebug() 178 void SetDebug(bool b) { m_is_debug = b; } in SetDebug() 308 m_is_debug : 1, // non-zero if this symbol is debug information in a variable
|