Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStatisticsOptions.cpp40 void SBStatisticsOptions::SetSummaryOnly(bool b) { in SetSummaryOnly() function in SBStatisticsOptions
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h135 void SetSummaryOnly(bool value) { m_summary_only = value; } in SetSummaryOnly() function