Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp80 m_stats_options.SetSummaryOnly(true); in SetOptionValue()
83 m_stats_options.SetLoadAllDebugInfo(true); in SetOptionValue()
88 m_stats_options.SetIncludeTargets(*bool_or_error); in SetOptionValue()
95 m_stats_options.SetIncludeModules(*bool_or_error); in SetOptionValue()
102 m_stats_options.SetIncludeTranscript(*bool_or_error); in SetOptionValue()
114 m_stats_options = StatisticsOptions(); in OptionParsingStarting()
121 const StatisticsOptions &GetStatisticsOptions() { return m_stats_options; } in GetStatisticsOptions()
124 StatisticsOptions m_stats_options = StatisticsOptions(); member in CommandObjectStatsDump::CommandOptions