Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp476 : Options(), m_include_debug_level(false), m_include_info_level(false), in EnableOptions()
486 m_include_info_level = false; in OptionParsingStarting()
541 m_include_info_level = true; in SetOptionValue()
589 source_flags_sp->AddBooleanItem("info-level", m_include_info_level || in BuildConfigurationData()
615 return m_include_info_level || m_include_debug_level; in GetIncludeInfoLevel()
732 bool m_include_info_level; member in sddarwinlog_private::EnableOptions