Home
last modified time | relevance | path

Searched refs:ReportStatistics (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp186 llvm::json::Value DebuggerStats::ReportStatistics(Debugger &debugger, in ReportStatistics() function in DebuggerStats
200 json_targets.emplace_back(target->ReportStatistics()); in ReportStatistics()
203 json_targets.emplace_back(target->ReportStatistics()); in ReportStatistics()
277 if (auto stats = ts->ReportStatistics()) in ReportStatistics()
H A DTarget.cpp4965 llvm::json::Value Target::ReportStatistics() { return m_stats.ToJSON(*this); } in ReportStatistics() function in Target
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp112 "{0:2}", DebuggerStats::ReportStatistics(GetDebugger(), target)); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h176 static llvm::json::Value ReportStatistics(Debugger &debugger, Target *target);
H A DTarget.h1602 llvm::json::Value ReportStatistics();
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp195 std::optional<llvm::json::Value> TypeSystem::ReportStatistics() { in ReportStatistics() function in TypeSystem
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h510 virtual std::optional<llvm::json::Value> ReportStatistics();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp209 DebuggerStats::ReportStatistics(target_sp->GetDebugger(), in GetStatistics()