Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp785 static PlatformInstances &GetPlatformInstances() { in GetPlatformInstances() function
794 return GetPlatformInstances().RegisterPlugin( in RegisterPlugin()
799 return GetPlatformInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
803 return GetPlatformInstances().GetNameAtIndex(idx); in GetPlatformPluginNameAtIndex()
808 return GetPlatformInstances().GetDescriptionAtIndex(idx); in GetPlatformPluginDescriptionAtIndex()
813 return GetPlatformInstances().GetCallbackAtIndex(idx); in GetPlatformCreateCallbackAtIndex()
818 return GetPlatformInstances().GetCallbackForName(name); in GetPlatformCreateCallbackForPluginName()
823 for (const auto &instance : GetPlatformInstances().GetInstances()) { in AutoCompletePlatformName()
1535 GetPlatformInstances().PerformDebuggerCallback(debugger); in DebuggerInitialize()