Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp22 m_hide_root_type(false), m_hide_name(false), m_hide_value(false),
152 m_hide_value = hide_value; in SetHideValue()
H A DValueObjectPrinter.cpp424 !m_options.m_hide_value) { in PrintValueAndSummaryIfNeeded()
448 if (!m_options.m_hide_value || !m_options.m_hide_name) in PrintObjectDescriptionIfNeeded()
573 .SetHideValue(m_options.m_hide_value) in PrintChild()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h147 bool m_hide_value : 1; variable