Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/API/
H A DSBStatisticsOptions.cpp44 bool SBStatisticsOptions::GetSummaryOnly() { in GetSummaryOnly() function in SBStatisticsOptions
45 return m_opaque_up->GetSummaryOnly(); in GetSummaryOnly()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h136 bool GetSummaryOnly() const { return m_summary_only.value_or(false); } in GetSummaryOnly() function
157 return !GetSummaryOnly(); in GetIncludeModules()
166 return !GetSummaryOnly(); in GetIncludeTranscript()
/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBStatisticsOptionsDocstrings.i8 ) lldb::SBStatisticsOptions::GetSummaryOnly;
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStatisticsOptions.h31 bool GetSummaryOnly();
/src/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp110 const bool summary_only = options.GetSummaryOnly(); in ToJSON()
229 const bool summary_only = options.GetSummaryOnly(); in ReportStatistics()
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp50078 result = (bool)(arg1)->GetSummaryOnly(); in _wrap_SBStatisticsOptions_GetSummaryOnly()