Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp811 static PlatformInstances &GetPlatformInstances() { in GetPlatformInstances() function
820 return GetPlatformInstances().RegisterPlugin( in RegisterPlugin()
825 return GetPlatformInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
829 return GetPlatformInstances().GetNameAtIndex(idx); in GetPlatformPluginNameAtIndex()
834 return GetPlatformInstances().GetDescriptionAtIndex(idx); in GetPlatformPluginDescriptionAtIndex()
839 return GetPlatformInstances().GetCallbackAtIndex(idx); in GetPlatformCreateCallbackAtIndex()
844 return GetPlatformInstances().GetCallbackForName(name); in GetPlatformCreateCallbackForPluginName()
849 for (const auto &instance : GetPlatformInstances().GetInstances()) { in AutoCompletePlatformName()
1561 GetPlatformInstances().PerformDebuggerCallback(debugger); in DebuggerInitialize()