Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp24 m_hide_root_type(false), m_hide_name(false), m_hide_value(false),
153 m_hide_value = hide_value; in SetHideValue()
H A DValueObjectPrinter.cpp422 !m_options.m_hide_value) { in PrintValueAndSummaryIfNeeded()
446 if (!m_options.m_hide_value || !m_options.m_hide_name) in PrintObjectDescriptionIfNeeded()
571 .SetHideValue(m_options.m_hide_value) in PrintChild()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h151 bool m_hide_value : 1; variable