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

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

Completed in 192 milliseconds