Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h29 return is_host ? Platform::GetHostPlatformName() : "remote-openbsd"; in GetPluginNameStatic()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h30 return is_host ? Platform::GetHostPlatformName() : "remote-freebsd"; in GetPluginNameStatic()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h30 return is_host ? Platform::GetHostPlatformName() : "remote-netbsd"; in GetPluginNameStatic()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h100 static const char *GetHostPlatformName();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp61 const char *Platform::GetHostPlatformName() { return "host"; } in GetHostPlatformName() function in Platform
218 if (name == GetHostPlatformName()) in Create()