Home
last modified time | relevance | path

Searched refs:type_system_stats (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp84 if (!type_system_stats.empty()) { in ToJSON()
86 for (const auto &entry : type_system_stats) { in ToJSON()
313 module_stat.type_system_stats.insert({ts->GetPluginName(), *stats}); in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h112 llvm::StringMap<llvm::json::Value> type_system_stats; member