Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformMacOSX.cpp123 static ConstString g_host_name(Platform::GetHostPlatformName ()); in GetPluginNameStatic()
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp95 static ConstString g_host_name(Platform::GetHostPlatformName ()); in GetPluginNameStatic()
/external/lldb/include/lldb/Target/
DPlatform.h65 GetHostPlatformName ();
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp93 static ConstString g_host_name(Platform::GetHostPlatformName ()); in GetPluginNameStatic()
/external/lldb/source/Target/
DPlatform.cpp53 Platform::GetHostPlatformName () in GetHostPlatformName() function in Platform