Home
last modified time | relevance | path

Searched defs:ReportStatistics (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp186 llvm::json::Value DebuggerStats::ReportStatistics(Debugger &debugger, in ReportStatistics() function in DebuggerStats
H A DTarget.cpp4965 llvm::json::Value Target::ReportStatistics() { return m_stats.ToJSON(*this); } in ReportStatistics() function in Target
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp195 std::optional<llvm::json::Value> TypeSystem::ReportStatistics() { in ReportStatistics() function in TypeSystem