Home
last modified time | relevance | path

Searched refs:SetSummaryOnly (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/lldb/source/API/
H A DSBStatisticsOptions.cpp40 void SBStatisticsOptions::SetSummaryOnly(bool b) { in SetSummaryOnly() function in SBStatisticsOptions
41 m_opaque_up->SetSummaryOnly(b); in SetSummaryOnly()
/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBStatisticsOptionsDocstrings.i6 ) lldb::SBStatisticsOptions::SetSummaryOnly;
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStatisticsOptions.h30 void SetSummaryOnly(bool b);
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp80 m_stats_options.SetSummaryOnly(true); in SetOptionValue()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h135 void SetSummaryOnly(bool value) { m_summary_only = value; } in SetSummaryOnly() function
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp50054 (arg1)->SetSummaryOnly(arg2); in _wrap_SBStatisticsOptions_SetSummaryOnly()