Searched defs:ReportStatistics (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Target/ | ||
H A D | Statistics.cpp | 186 llvm::json::Value DebuggerStats::ReportStatistics(Debugger &debugger, ReportStatistics() function in DebuggerStats |
H A D | Target.cpp | 4965 llvm::json::Value Target::ReportStatistics() { return m_stats.ToJSON(*this); } ReportStatistics() function in Target |
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ | ||
H A D | TypeSystem.cpp | 195 std::optional<llvm::json::Value> TypeSystem::ReportStatistics() { ReportStatistics() function in TypeSystem |