Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp360 llvm::json::Object plugin_stats; in GetJSON() local
374 plugin_stats.try_emplace(plugin_ns.name, std::move(namespace_stats)); in GetJSON()
377 return plugin_stats; in GetJSON()