Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DPluginManager.cpp751 static PlatformInstances &GetPlatformInstances() { in GetPlatformInstances() function
760 return GetPlatformInstances().RegisterPlugin( in RegisterPlugin()
765 return GetPlatformInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
769 return GetPlatformInstances().GetNameAtIndex(idx); in GetPlatformPluginNameAtIndex()
773 return GetPlatformInstances().GetDescriptionAtIndex(idx); in GetPlatformPluginDescriptionAtIndex()
778 return GetPlatformInstances().GetCallbackAtIndex(idx); in GetPlatformCreateCallbackAtIndex()
783 return GetPlatformInstances().GetCallbackForName(name); in GetPlatformCreateCallbackForPluginName()
788 for (const auto &instance : GetPlatformInstances().GetInstances()) { in AutoCompletePlatformName()
1278 GetPlatformInstances().PerformDebuggerCallback(debugger); in DebuggerInitialize()