Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DSymbol.cpp32 m_is_debug (false), in Symbol()
66 m_is_debug (is_debug), in Symbol()
98 m_is_debug (is_debug), in Symbol()
117 m_is_debug (rhs.m_is_debug), in Symbol()
140 m_is_debug = rhs.m_is_debug; in operator =()
162 m_is_debug = false; in Clear()
244 m_is_debug ? 'D' : ' ', in Dump()
/external/lldb/include/lldb/Symbol/
DSymbol.h186 return m_is_debug; in IsDebug()
192 m_is_debug = b; in SetDebug()
303m_is_debug:1, // non-zero if this symbol is debug information in a symbol variable