Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DSymbol.cpp27 m_type_data_resolved(false), m_is_synthetic(false), m_is_debug(false), in Symbol()
41 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()
67 m_is_synthetic(rhs.m_is_synthetic), m_is_debug(rhs.m_is_debug), in Symbol()
83 m_is_debug = rhs.m_is_debug; in operator =()
105 m_is_debug = false; in Clear()
215 s->Printf("[%5u] %6u %c%c%c %-15s ", index, GetID(), m_is_debug ? 'D' : ' ', in Dump()
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbol.h158 bool IsDebug() const { return m_is_debug; } in IsDebug()
160 void SetDebug(bool b) { m_is_debug = b; } in SetDebug()
243 m_is_debug : 1, // non-zero if this symbol is debug information in a variable
/external/deqp/external/openglcts/modules/common/
DglcKHRDebugTests.hpp67 const bool m_is_debug; member in glcts::KHRDebug::TestBase
DglcKHRDebugTests.cpp150 : m_gl(0), m_is_debug(is_debug), m_rc(0), m_testContext(testContext), m_apiType(apiType) in TestBase()
170 if (true == m_is_debug) in init()