Searched refs:IsHost (Results 1 - 10 of 10) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.h55 return GetPluginNameStatic (IsHost());
67 return GetDescriptionStatic (IsHost());
H A DPlatformDarwin.cpp137 if (IsHost())
480 if (IsHost())
491 if (IsHost())
502 if (IsHost())
540 if (IsHost())
559 if (IsHost())
578 if (IsHost())
597 if (IsHost())
620 if (IsHost())
/external/lldb/source/Target/
H A DPlatform.cpp303 if (IsHost())
323 if (IsHost())
377 if (IsHost())
386 if (IsHost())
404 if (IsHost())
418 if (IsHost())
433 if (IsHost())
447 if (IsHost())
548 if (IsHost())
595 if (IsHost())
[all...]
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp169 if (IsHost())
353 if (IsHost())
364 if (IsHost())
375 if (IsHost())
413 if (IsHost())
431 if (IsHost())
449 if (IsHost())
467 if (IsHost())
489 if (IsHost())
H A DPlatformFreeBSD.h56 return GetPluginNameStatic (IsHost());
68 return GetDescriptionStatic(IsHost());
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h69 return GetPluginDescriptionStatic(IsHost());
H A DPlatformLinux.cpp117 return GetPluginNameStatic(IsHost());
160 if (IsHost())
323 if (IsHost())
406 if (IsHost())
436 if (IsHost())
/external/lldb/include/lldb/Target/
H A DPlatform.h470 IsHost () const function in class:lldb_private::Platform
485 return IsHost();
495 if (IsHost())
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp669 if (platform_sp && platform_sp->IsHost() && !disable_stdio)
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1603 if (platform_sp && platform_sp->IsHost() && use_lldb_cache)

Completed in 417 milliseconds