Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp176 (!m_options.m_flat_output || m_type_flags.Test(eTypeHasValue)) in ShouldPrintValueObject()
247 (m_curr_depth == 0 && !m_options.m_flat_output); in PrintDecl()
284 if (m_options.m_flat_output) in PrintDecl()
581 if (m_options.m_flat_output) { in PrintChildrenPreamble()
660 if (!m_options.m_flat_output) { in PrintChildrenPostamble()
832 !m_options.m_allow_oneliner_mode || m_options.m_flat_output || in PrintChildrenIfNeeded()
H A DDumpValueObjectOptions.cpp19 m_scope_already_checked(false), m_flat_output(false), m_ignore_cap(false), in DumpValueObjectOptions()
99 m_flat_output = flat; in SetFlatOutput()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h148 bool m_flat_output : 1; variable