Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlugin.cpp63 PluginManager::GetPluginNamespaces()) { in ActOnMatchingPlugins()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h89 static llvm::ArrayRef<PluginNamespace> GetPluginNamespaces();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp184 llvm::ArrayRef<PluginNamespace> PluginManager::GetPluginNamespaces() { in GetPluginNamespaces() function in PluginManager
362 for (const PluginNamespace &plugin_ns : GetPluginNamespaces()) { in GetJSON()