Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h29 return is_host ? Platform::GetHostPlatformName() : "remote-openbsd"; in GetPluginNameStatic()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h30 return is_host ? Platform::GetHostPlatformName() : "remote-freebsd"; in GetPluginNameStatic()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h30 return is_host ? Platform::GetHostPlatformName() : "remote-netbsd"; in GetPluginNameStatic()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h30 return is_host ? Platform::GetHostPlatformName() : "remote-linux"; in GetPluginNameStatic()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.h42 return Platform::GetHostPlatformName(); in GetPluginNameStatic()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.h34 return is_host ? Platform::GetHostPlatformName() : "remote-android"; in GetPluginNameStatic()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h29 return is_host ? Platform::GetHostPlatformName() : "remote-windows"; in GetPluginNameStatic()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h97 static const char *GetHostPlatformName();
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp61 const char *Platform::GetHostPlatformName() { return "host"; } in GetHostPlatformName() function in Platform
255 if (name == GetHostPlatformName()) in Create()