Home
last modified time | relevance | path

Searched refs:IsHost (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp168 if (IsHost()) in GetSharedModule()
270 if (IsHost()) { in GetStatus()
300 if (IsHost()) { in GetOSVersion()
340 if (IsHost()) in GetOSBuildString()
346 if (IsHost()) in GetOSKernelDescription()
361 if (IsHost()) { in GetWorkingDirectory()
584 if (IsHost()) { in SetWorkingDirectory()
600 if (IsHost()) in MakeDirectory()
613 if (IsHost()) { in GetFilePermissions()
629 if (IsHost()) { in SetFilePermissions()
[all …]
H A DRemoteAwarePlatform.cpp38 if (IsHost()) { in ResolveExecutable()
H A DTargetList.cpp127 if (platform_sp->IsHost() && in CreateTargetInternal()
H A DTarget.cpp3650 m_platform_sp ? m_platform_sp->IsHost() : false; in FinalizeFileActions()
3655 platform_sp ? (platform_sp->IsHost() ? "true" : "false") : "n/a", in FinalizeFileActions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h35 return GetPluginNameStatic(IsHost()); in GetPluginName()
40 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
H A DPlatformOpenBSD.cpp135 if (IsHost()) { in GetStatus()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h36 return GetPluginNameStatic(IsHost()); in GetPluginName()
41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
H A DPlatformFreeBSD.cpp146 if (IsHost()) { in GetStatus()
160 if (IsHost()) { in CanDebugProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h36 return GetPluginNameStatic(IsHost()); in GetPluginName()
41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
H A DPlatformNetBSD.cpp132 if (IsHost()) { in GetStatus()
181 if (IsHost()) { in CanDebugProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/AIX/
H A DPlatformAIX.h35 return GetPluginNameStatic(IsHost()); in GetPluginName()
40 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
H A DPlatformAIX.cpp120 if (IsHost()) { in GetStatus()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp97 if (IsHost()) { in PutFile()
171 if (IsHost()) { in GetFile()
309 if (IsHost()) { in ConnectRemote()
355 if (IsHost()) { in DisconnectRemote()
375 if (IsHost()) { in Attach()
433 if (!IsHost()) { in DebugProcess()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h503 bool IsHost() const { in IsHost() function
511 return IsHost(); in IsConnected()
518 if (IsHost()) in SetSystemArchitecture()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp702 } else if (platform_sp && platform_sp->IsHost()) { in DoLaunch()
2554 if (platform_sp && platform_sp->IsHost()) { in DoDestroy()
3447 if (platform_sp && !platform_sp->IsHost()) in EstablishConnectionIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp327 if (platform_sp && platform_sp->IsHost() && in DoExecute()
366 if (platform_sp->IsHost()) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2697 if (platform_sp->IsHost()) { in WarnIfNoExpandedSharedCache()