Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp4842 llvm::json::Value Target::ReportStatistics() { return m_stats.ToJSON(*this); } in ReportStatistics() function in Target
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectStats.cpp114 "{0:2}", DebuggerStats::ReportStatistics(GetDebugger(), target)); in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStatistics.h176 static llvm::json::Value ReportStatistics(Debugger &debugger, Target *target);
H A DTarget.h1571 llvm::json::Value ReportStatistics();
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DTypeSystem.cpp184 std::optional<llvm::json::Value> TypeSystem::ReportStatistics() { in ReportStatistics() function in TypeSystem
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DTypeSystem.h520 virtual std::optional<llvm::json::Value> ReportStatistics();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp208 DebuggerStats::ReportStatistics(target_sp->GetDebugger(), in GetStatistics()