Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBStatisticsOptionsDocstrings.i8 ) lldb::SBStatisticsOptions::GetSummaryOnly;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStatisticsOptions.h31 bool GetSummaryOnly();
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h168 bool GetSummaryOnly() const { return m_summary_only.value_or(false); } in GetSummaryOnly() function
189 return !GetSummaryOnly(); in GetIncludeModules()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp122 const bool summary_only = options.GetSummaryOnly(); in ToJSON()
295 const bool summary_only = options.GetSummaryOnly(); in ReportStatistics()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp51206 result = (bool)(arg1)->GetSummaryOnly(); in _wrap_SBStatisticsOptions_GetSummaryOnly()