Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp479 m_echo_to_stderr(false), m_display_timestamp_relative(false), in EnableOptions()
489 m_echo_to_stderr = false; in OptionParsingStarting()
534 m_echo_to_stderr = OptionArgParser::ToBoolean(option_arg, false, nullptr); in SetOptionValue()
622 bool GetEchoToStdErr() const { return m_echo_to_stderr; } in GetEchoToStdErr()
735 bool m_echo_to_stderr; member in sddarwinlog_private::EnableOptions