Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp24 m_allow_oneliner_mode(true), m_hide_pointer_value(false),
181 m_allow_oneliner_mode = oneliner; in SetAllowOnelinerMode()
H A DValueObjectPrinter.cpp766 !m_options.m_allow_oneliner_mode || m_options.m_flat_output || in PrintChildrenIfNeeded()
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h150 bool m_allow_oneliner_mode : 1; variable