reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/PluginManager.h
  222   static bool UnregisterPlugin(PlatformCreateInstance create_callback);

References

tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
   52       PluginManager::UnregisterPlugin(PlatformAndroid::CreateInstance);
tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  114       PluginManager::UnregisterPlugin(PlatformFreeBSD::CreateInstance);
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  113       PluginManager::UnregisterPlugin(PlatformLinux::CreateInstance);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
   54       PluginManager::UnregisterPlugin(PlatformMacOSX::CreateInstance);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp
   51       PluginManager::UnregisterPlugin(PlatformRemoteAppleBridge::CreateInstance);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
   52       PluginManager::UnregisterPlugin(PlatformRemoteAppleTV::CreateInstance);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp
   49       PluginManager::UnregisterPlugin(PlatformRemoteAppleWatch::CreateInstance);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
   45       PluginManager::UnregisterPlugin(PlatformRemoteiOS::CreateInstance);
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  106       PluginManager::UnregisterPlugin(PlatformNetBSD::CreateInstance);
tools/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
  112       PluginManager::UnregisterPlugin(PlatformOpenBSD::CreateInstance);
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  143       PluginManager::UnregisterPlugin(PlatformWindows::CreateInstance);
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
   55     PluginManager::UnregisterPlugin(PlatformRemoteGDBServer::CreateInstance);