Home
last modified time | relevance | path

Searched defs:StatisticsOptions (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h165 struct StatisticsOptions { struct
167 void SetSummaryOnly(bool value) { m_summary_only = value; } in SetSummaryOnly()
168 bool GetSummaryOnly() const { return m_summary_only.value_or(false); } in GetSummaryOnly()
170 void SetLoadAllDebugInfo(bool value) { m_load_all_debug_info = value; } in SetLoadAllDebugInfo()
171 bool GetLoadAllDebugInfo() const { in GetLoadAllDebugInfo()
175 void SetIncludeTargets(bool value) { m_include_targets = value; } in SetIncludeTargets()
176 bool GetIncludeTargets() const { in GetIncludeTargets()
183 void SetIncludeModules(bool value) { m_include_modules = value; } in SetIncludeModules()
184 bool GetIncludeModules() const { in GetIncludeModules()
192 void SetIncludeTranscript(bool value) { m_include_transcript = value; } in SetIncludeTranscript()
[all …]