Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp76 static ConstString g_host_name(Platform::GetHostPlatformName()); in GetPluginNameStatic()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp81 static ConstString g_host_name(Platform::GetHostPlatformName()); in GetPluginNameStatic()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp70 static ConstString g_host_name(Platform::GetHostPlatformName()); in GetPluginNameStatic()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h103 static const char *GetHostPlatformName();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp60 const char *Platform::GetHostPlatformName() { return "host"; } in GetHostPlatformName() function in Platform