LLDB mainline
|
#include <Statistics.h>
Public Member Functions | |
void | SetSummaryOnly (bool value) |
bool | GetSummaryOnly () const |
void | SetLoadAllDebugInfo (bool value) |
bool | GetLoadAllDebugInfo () const |
void | SetIncludeTargets (bool value) |
bool | GetIncludeTargets () const |
void | SetIncludeModules (bool value) |
bool | GetIncludeModules () const |
void | SetIncludeTranscript (bool value) |
bool | GetIncludeTranscript () const |
Private Attributes | |
std::optional< bool > | m_summary_only |
std::optional< bool > | m_load_all_debug_info |
std::optional< bool > | m_include_targets |
std::optional< bool > | m_include_modules |
std::optional< bool > | m_include_transcript |
Definition at line 141 of file Statistics.h.
|
inline |
Definition at line 160 of file Statistics.h.
References GetSummaryOnly(), and m_include_modules.
Referenced by lldb_private::DebuggerStats::ReportStatistics(), and lldb_private::TargetStats::ToJSON().
|
inline |
Definition at line 152 of file Statistics.h.
References m_include_targets.
Referenced by lldb_private::DebuggerStats::ReportStatistics().
|
inline |
Definition at line 169 of file Statistics.h.
References GetSummaryOnly(), and m_include_transcript.
Referenced by lldb_private::DebuggerStats::ReportStatistics().
|
inline |
Definition at line 147 of file Statistics.h.
References m_load_all_debug_info.
Referenced by lldb_private::DebuggerStats::ReportStatistics().
|
inline |
Definition at line 144 of file Statistics.h.
References m_summary_only.
Referenced by GetIncludeModules(), GetIncludeTranscript(), lldb_private::DebuggerStats::ReportStatistics(), and lldb_private::TargetStats::ToJSON().
|
inline |
Definition at line 159 of file Statistics.h.
References m_include_modules.
Referenced by CommandObjectStatsDump::CommandOptions::SetOptionValue().
|
inline |
Definition at line 151 of file Statistics.h.
References m_include_targets.
Referenced by CommandObjectStatsDump::CommandOptions::SetOptionValue().
|
inline |
Definition at line 168 of file Statistics.h.
References m_include_transcript.
Referenced by CommandObjectStatsDump::CommandOptions::SetOptionValue().
|
inline |
Definition at line 146 of file Statistics.h.
References m_load_all_debug_info.
Referenced by CommandObjectStatsDump::CommandOptions::SetOptionValue().
|
inline |
Definition at line 143 of file Statistics.h.
References m_summary_only.
Referenced by CommandObjectStatsDump::CommandOptions::SetOptionValue().
|
private |
Definition at line 181 of file Statistics.h.
Referenced by GetIncludeModules(), and SetIncludeModules().
|
private |
Definition at line 180 of file Statistics.h.
Referenced by GetIncludeTargets(), and SetIncludeTargets().
|
private |
Definition at line 182 of file Statistics.h.
Referenced by GetIncludeTranscript(), and SetIncludeTranscript().
|
private |
Definition at line 179 of file Statistics.h.
Referenced by GetLoadAllDebugInfo(), and SetLoadAllDebugInfo().
|
private |
Definition at line 178 of file Statistics.h.
Referenced by GetSummaryOnly(), and SetSummaryOnly().