Searched defs:is_host (Results 1 – 11 of 11) sorted by relevance
67 const bool is_host = false; in CreateInstance() local105 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()
74 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()
68 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()
75 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()
79 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()
130 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()
16 def is_host(self): member in Configuration
39 PlatformPOSIX::PlatformPOSIX(bool is_host) in PlatformPOSIX()
273 bool is_host = FALSE; in bindlocal() local
51 PlatformDarwin::PlatformDarwin(bool is_host) : PlatformPOSIX(is_host) {} in PlatformDarwin()
385 Platform::Platform(bool is_host) in Platform()