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.cpp594 static SystemRuntimeInstances &GetSystemRuntimeInstances() { in GetSystemRuntimeInstances() function
602 return GetSystemRuntimeInstances().RegisterPlugin(name, description, in RegisterPlugin()
608 return GetSystemRuntimeInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
613 return GetSystemRuntimeInstances().GetCallbackAtIndex(idx); in GetSystemRuntimeCreateCallbackAtIndex()