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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp74 static ConstString g_host_name(Platform::GetHostPlatformName());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp68 static ConstString g_host_name(Platform::GetHostPlatformName());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp76 static ConstString g_host_name(Platform::GetHostPlatformName());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h99 static const char *GetHostPlatformName();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp62 const char *Platform::GetHostPlatformName() { return "host"; } function in class:Platform

Completed in 112 milliseconds