Searched refs:ReportStatistics (Results 1 – 6 of 6) sorted by relevance
166 llvm::json::Value DebuggerStats::ReportStatistics(Debugger &debugger, in ReportStatistics() function in DebuggerStats180 json_targets.emplace_back(target->ReportStatistics()); in ReportStatistics()183 json_targets.emplace_back(target->ReportStatistics()); in ReportStatistics()
4739 llvm::json::Value Target::ReportStatistics() { return m_stats.ToJSON(*this); } in ReportStatistics() function in Target
114 "{0:2}", DebuggerStats::ReportStatistics(GetDebugger(), target)); in DoExecute()
169 static llvm::json::Value ReportStatistics(Debugger &debugger, Target *target);
1559 llvm::json::Value ReportStatistics();
208 DebuggerStats::ReportStatistics(target_sp->GetDebugger(), in GetStatistics()