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.cpp225 llvm::json::Value DebuggerStats::ReportStatistics( in ReportStatistics() function in DebuggerStats
312 if (auto stats = ts->ReportStatistics()) in ReportStatistics()
356 json_targets.emplace_back(target->ReportStatistics(options)); in ReportStatistics()
359 json_targets.emplace_back(target->ReportStatistics(options)); in ReportStatistics()
H A DTarget.cpp4947 Target::ReportStatistics(const lldb_private::StatisticsOptions &options) { in ReportStatistics() function in Target
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp144 "{0:2}", DebuggerStats::ReportStatistics( in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h226 ReportStatistics(Debugger &debugger, Target *target,
H A DTarget.h1616 ReportStatistics(const lldb_private::StatisticsOptions &options);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp200 std::optional<llvm::json::Value> TypeSystem::ReportStatistics() { in ReportStatistics() function in TypeSystem
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h537 virtual std::optional<llvm::json::Value> ReportStatistics();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp214 llvm::formatv("{0:2}", DebuggerStats::ReportStatistics( in GetStatistics()