Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
DPlatformOpenBSD.cpp76 static ConstString g_host_name(Platform::GetHostPlatformName()); in GetPluginNameStatic()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformMacOSX.cpp89 static ConstString g_host_name(Platform::GetHostPlatformName()); in GetPluginNameStatic()
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.cpp70 static ConstString g_host_name(Platform::GetHostPlatformName()); in GetPluginNameStatic()
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp81 static ConstString g_host_name(Platform::GetHostPlatformName()); in GetPluginNameStatic()
/external/llvm-project/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp77 static ConstString g_host_name(Platform::GetHostPlatformName()); in GetPluginNameStatic()
/external/llvm-project/lldb/source/Plugins/Platform/Windows/
DPlatformWindows.cpp107 static ConstString g_host_name(Platform::GetHostPlatformName()); in GetPluginNameStatic()
/external/llvm-project/lldb/source/Plugins/Platform/Android/
DPlatformAndroid.cpp135 static ConstString g_host_name(Platform::GetHostPlatformName()); in GetPluginNameStatic()
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h103 static const char *GetHostPlatformName();
/external/llvm-project/lldb/source/Target/
DPlatform.cpp60 const char *Platform::GetHostPlatformName() { return "host"; } in GetHostPlatformName() function in Platform