Searched refs:is_host (Results 1 - 9 of 9) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp68 const bool is_host = false; local
114 return new PlatformMacOSX (is_host);
119 PlatformMacOSX::GetPluginNameStatic (bool is_host) argument
121 if (is_host)
134 PlatformMacOSX::GetDescriptionStatic (bool is_host) argument
136 if (is_host)
145 PlatformMacOSX::PlatformMacOSX (bool is_host) : argument
146 PlatformDarwin (is_host)
H A DPlatformMacOSX.h36 GetPluginNameStatic (bool is_host);
39 GetDescriptionStatic(bool is_host);
44 PlatformMacOSX (bool is_host);
H A DPlatformDarwin.h22 PlatformDarwin (bool is_host);
H A DPlatformDarwin.cpp38 PlatformDarwin::PlatformDarwin (bool is_host) : argument
39 Platform(is_host), // This is the local host platform
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h31 PlatformLinux (bool is_host);
43 GetPluginNameStatic (bool is_host);
46 GetPluginDescriptionStatic (bool is_host);
H A DPlatformLinux.cpp91 PlatformLinux::GetPluginNameStatic (bool is_host) argument
93 if (is_host)
106 PlatformLinux::GetPluginDescriptionStatic (bool is_host) argument
108 if (is_host)
303 PlatformLinux::PlatformLinux (bool is_host) : argument
304 Platform(is_host), // This is the local host platform
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h37 GetPluginNameStatic (bool is_host);
40 GetDescriptionStatic (bool is_host);
45 PlatformFreeBSD (bool is_host);
H A DPlatformFreeBSD.cpp36 const bool is_host = false; local
83 return new PlatformFreeBSD (is_host);
89 PlatformFreeBSD::GetPluginNameStatic (bool is_host) argument
91 if (is_host)
104 PlatformFreeBSD::GetDescriptionStatic (bool is_host) argument
106 if (is_host)
141 PlatformFreeBSD::PlatformFreeBSD (bool is_host) : argument
142 Platform(is_host)
/external/lldb/source/Target/
H A DPlatform.cpp233 Platform::Platform (bool is_host) : argument
234 m_is_host (is_host),

Completed in 130 milliseconds