Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformMacOSX.cpp68 const bool is_host = false; in CreateInstance() local
119 PlatformMacOSX::GetPluginNameStatic (bool is_host) in GetPluginNameStatic()
134 PlatformMacOSX::GetDescriptionStatic (bool is_host) in GetDescriptionStatic()
145 PlatformMacOSX::PlatformMacOSX (bool is_host) : in PlatformMacOSX()
DPlatformDarwin.cpp38 PlatformDarwin::PlatformDarwin (bool is_host) : in PlatformDarwin()
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp36 const bool is_host = false; in CreateInstance() local
89 PlatformFreeBSD::GetPluginNameStatic (bool is_host) in GetPluginNameStatic()
104 PlatformFreeBSD::GetDescriptionStatic (bool is_host) in GetDescriptionStatic()
141 PlatformFreeBSD::PlatformFreeBSD (bool is_host) : in PlatformFreeBSD()
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp91 PlatformLinux::GetPluginNameStatic (bool is_host) in GetPluginNameStatic()
106 PlatformLinux::GetPluginDescriptionStatic (bool is_host) in GetPluginDescriptionStatic()
303 PlatformLinux::PlatformLinux (bool is_host) : in PlatformLinux()
/external/lldb/source/Target/
DPlatform.cpp233 Platform::Platform (bool is_host) : in Platform()