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.cpp1080 static PlatformInstances &GetPlatformInstances() { in GetPlatformInstances() function
1089 return GetPlatformInstances().RegisterPlugin( in RegisterPlugin()
1094 return GetPlatformInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1098 return GetPlatformInstances().GetNameAtIndex(idx); in GetPlatformPluginNameAtIndex()
1103 return GetPlatformInstances().GetDescriptionAtIndex(idx); in GetPlatformPluginDescriptionAtIndex()
1108 return GetPlatformInstances().GetCallbackAtIndex(idx); in GetPlatformCreateCallbackAtIndex()
1113 return GetPlatformInstances().GetCallbackForName(name); in GetPlatformCreateCallbackForPluginName()
1118 for (const auto &instance : GetPlatformInstances().GetSnapshot()) { in AutoCompletePlatformName()
1936 GetPlatformInstances().PerformDebuggerCallback(debugger); in DebuggerInitialize()
2358 return GetPlatformInstances().GetPluginInfoForAllInstances(); in GetPlatformPluginInfo()
[all …]