Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp773 static PlatformInstances &GetPlatformInstances() { in GetPlatformInstances() function
782 return GetPlatformInstances().RegisterPlugin( in RegisterPlugin()
787 return GetPlatformInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
791 return GetPlatformInstances().GetNameAtIndex(idx); in GetPlatformPluginNameAtIndex()
796 return GetPlatformInstances().GetDescriptionAtIndex(idx); in GetPlatformPluginDescriptionAtIndex()
801 return GetPlatformInstances().GetCallbackAtIndex(idx); in GetPlatformCreateCallbackAtIndex()
806 return GetPlatformInstances().GetCallbackForName(name); in GetPlatformCreateCallbackForPluginName()
811 for (const auto &instance : GetPlatformInstances().GetInstances()) { in AutoCompletePlatformName()
1370 GetPlatformInstances().PerformDebuggerCallback(debugger); in DebuggerInitialize()