Home
last modified time | relevance | path

Searched defs:is_host (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Platform/Windows/
DPlatformWindows.cpp67 const bool is_host = false; in CreateInstance() local
105 lldb_private::ConstString PlatformWindows::GetPluginNameStatic(bool is_host) { in GetPluginNameStatic()
115 const char *PlatformWindows::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
152 PlatformWindows::PlatformWindows(bool is_host) : RemoteAwarePlatform(is_host) {} in PlatformWindows()
/external/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
DPlatformOpenBSD.cpp74 ConstString PlatformOpenBSD::GetPluginNameStatic(bool is_host) { in GetPluginNameStatic()
84 const char *PlatformOpenBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
122 PlatformOpenBSD::PlatformOpenBSD(bool is_host) in PlatformOpenBSD()
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.cpp68 ConstString PlatformNetBSD::GetPluginNameStatic(bool is_host) { in GetPluginNameStatic()
78 const char *PlatformNetBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
116 PlatformNetBSD::PlatformNetBSD(bool is_host) in PlatformNetBSD()
/external/llvm-project/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp75 ConstString PlatformLinux::GetPluginNameStatic(bool is_host) { in GetPluginNameStatic()
85 const char *PlatformLinux::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
123 PlatformLinux::PlatformLinux(bool is_host) in PlatformLinux()
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp79 ConstString PlatformFreeBSD::GetPluginNameStatic(bool is_host) { in GetPluginNameStatic()
89 const char *PlatformFreeBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
127 PlatformFreeBSD::PlatformFreeBSD(bool is_host) in PlatformFreeBSD()
/external/llvm-project/lldb/source/Plugins/Platform/Android/
DPlatformAndroid.cpp130 PlatformAndroid::PlatformAndroid(bool is_host) in PlatformAndroid()
133 ConstString PlatformAndroid::GetPluginNameStatic(bool is_host) { in GetPluginNameStatic()
143 const char *PlatformAndroid::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
/external/libcxx/utils/libcxx/android/test/
Dconfig.py16 def is_host(self): member in Configuration
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp39 PlatformPOSIX::PlatformPOSIX(bool is_host) in PlatformPOSIX()
/external/curl/lib/
Dconnect.c273 bool is_host = FALSE; in bindlocal() local
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp51 PlatformDarwin::PlatformDarwin(bool is_host) : PlatformPOSIX(is_host) {} in PlatformDarwin()
/external/llvm-project/lldb/source/Target/
DPlatform.cpp385 Platform::Platform(bool is_host) in Platform()