Searched refs:ReportStatistics (Results 1 – 8 of 8) sorted by relevance
186 llvm::json::Value DebuggerStats::ReportStatistics(Debugger &debugger, in ReportStatistics() function in DebuggerStats200 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()
4842 llvm::json::Value Target::ReportStatistics() { return m_stats.ToJSON(*this); } in ReportStatistics() function in Target
114 "{0:2}", DebuggerStats::ReportStatistics(GetDebugger(), target)); in DoExecute()
176 static llvm::json::Value ReportStatistics(Debugger &debugger, Target *target);
1571 llvm::json::Value ReportStatistics();
184 std::optional<llvm::json::Value> TypeSystem::ReportStatistics() { in ReportStatistics() function in TypeSystem
520 virtual std::optional<llvm::json::Value> ReportStatistics();
208 DebuggerStats::ReportStatistics(target_sp->GetDebugger(), in GetStatistics()