Searched refs:type_system_stats (Results 1 – 2 of 2) sorted by relevance
96 if (!type_system_stats.empty()) { in ToJSON()98 for (const auto &entry : type_system_stats) { in ToJSON()397 module_stat.type_system_stats.insert({ts->GetPluginName(), *stats}); in ReportStatistics()
140 llvm::StringMap<llvm::json::Value> type_system_stats; member