Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp21 m_hide_root_type(false), m_hide_root_name(false), m_hide_name(false), in DumpValueObjectOptions()
158 m_hide_name = hide_name; in SetHideName()
H A DValueObjectPrinter.cpp609 .SetHideName(m_options.m_hide_name) in PrintChild()
878 return !m_options.m_hide_root_name && !m_options.m_hide_name; in ShouldShowName()
879 return !m_options.m_hide_name; in ShouldShowName()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h155 bool m_hide_name : 1; variable