Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlugin.cpp224 llvm::json::Object pat_obj = PluginManager::GetJSON(pattern); in OutputJsonFormat()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp505 global_stats.try_emplace("plugins", PluginManager::GetJSON()); in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h109 static llvm::json::Object GetJSON(llvm::StringRef pattern = "");
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp359 llvm::json::Object PluginManager::GetJSON(llvm::StringRef pattern) { in GetJSON() function in PluginManager