Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp291 llvm::json::Value DebuggerStats::ReportStatistics( in ReportStatistics() function in DebuggerStats
396 if (auto stats = ts->ReportStatistics()) in ReportStatistics()
444 json_targets.emplace_back(target->ReportStatistics(options)); in ReportStatistics()
447 json_targets.emplace_back(target->ReportStatistics(options)); in ReportStatistics()
H A DTarget.cpp5185 Target::ReportStatistics(const lldb_private::StatisticsOptions &options) { in ReportStatistics() function in Target
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp162 DebuggerStats::ReportStatistics(GetDebugger(), target, stats_options)); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h347 ReportStatistics(Debugger &debugger, Target *target,
H A DTarget.h1672 ReportStatistics(const lldb_private::StatisticsOptions &options);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp204 std::optional<llvm::json::Value> TypeSystem::ReportStatistics() { in ReportStatistics() function in TypeSystem
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h546 virtual std::optional<llvm::json::Value> ReportStatistics();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp209 llvm::formatv("{0:2}", DebuggerStats::ReportStatistics( in GetStatistics()