Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp24 m_allow_oneliner_mode(true), m_hide_pointer_value(false),
180 m_allow_oneliner_mode = oneliner; in SetAllowOnelinerMode()
DValueObjectPrinter.cpp766 !m_options.m_allow_oneliner_mode || m_options.m_flat_output || in PrintChildrenIfNeeded()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h152 bool m_allow_oneliner_mode : 1; variable