Home
last modified time | relevance | path

Searched refs:m_hide_name (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp22 m_hide_root_type(false), m_hide_name(false), m_hide_value(false),
146 m_hide_name = hide_name; in SetHideName()
DValueObjectPrinter.cpp266 if (!m_options.m_hide_name) { in PrintDecl()
305 else if (!m_options.m_hide_name) in PrintDecl()
448 if (!m_options.m_hide_value || !m_options.m_hide_name) in PrintObjectDescriptionIfNeeded()
572 .SetHideName(m_options.m_hide_name) in PrintChild()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h148 bool m_hide_name : 1; variable