Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp22 m_hide_value(false), m_run_validator(false), in DumpValueObjectOptions()
163 m_hide_value = hide_value; in SetHideValue()
H A DValueObjectPrinter.cpp449 !m_options.m_hide_value) { in PrintValueAndSummaryIfNeeded()
478 if (!m_options.m_hide_value || ShouldShowName()) in PrintObjectDescriptionIfNeeded()
610 .SetHideValue(m_options.m_hide_value) in PrintChild()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h156 bool m_hide_value : 1; variable