Searched refs:type_system_stats (Results 1 – 2 of 2) sorted by relevance
84 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()
112 llvm::StringMap<llvm::json::Value> type_system_stats; member