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.h133 struct StatisticsOptions { struct
135 void SetSummaryOnly(bool value) { m_summary_only = value; } in SetSummaryOnly()
136 bool GetSummaryOnly() const { return m_summary_only.value_or(false); } in GetSummaryOnly()
138 void SetLoadAllDebugInfo(bool value) { m_load_all_debug_info = value; } in SetLoadAllDebugInfo()
139 bool GetLoadAllDebugInfo() const { in GetLoadAllDebugInfo()
143 void SetIncludeTargets(bool value) { m_include_targets = value; } in SetIncludeTargets()
144 bool GetIncludeTargets() const { in GetIncludeTargets()
151 void SetIncludeModules(bool value) { m_include_modules = value; } in SetIncludeModules()
152 bool GetIncludeModules() const { in GetIncludeModules()
181 const lldb_private::StatisticsOptions &options); argument