Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp854 static SystemRuntimeInstances &GetSystemRuntimeInstances() { in GetSystemRuntimeInstances() function
862 return GetSystemRuntimeInstances().RegisterPlugin(name, description, in RegisterPlugin()
868 return GetSystemRuntimeInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
873 return GetSystemRuntimeInstances().GetCallbackAtIndex(idx); in GetSystemRuntimeCreateCallbackAtIndex()
2439 return GetSystemRuntimeInstances().GetPluginInfoForAllInstances(); in GetSystemRuntimePluginInfo()
2443 return GetSystemRuntimeInstances().SetInstanceEnabled(name, enable); in SetSystemRuntimePluginEnabled()