Searched defs:GetSummaryOnly (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBStatisticsOptions.cpp | 44 bool SBStatisticsOptions::GetSummaryOnly() { in GetSummaryOnly() function in SBStatisticsOptions |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Statistics.h | 136 bool GetSummaryOnly() const { return m_summary_only.value_or(false); } GetSummaryOnly() function |