Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp202 if (IsHost()) in GetSharedModule()
374 if (IsHost()) in GetOSBuildString()
380 if (IsHost()) in GetOSKernelDescription()
634 if (IsHost()) in MakeDirectory()
675 if (IsHost()) in OpenFile()
681 if (IsHost()) in CloseFile()
698 if (IsHost()) in ReadFile()
708 if (IsHost()) in WriteFile()
717 if (IsHost()) in GetUserIDResolver()
723 if (IsHost()) in GetHostname()
[all …]
H A DRemoteAwarePlatform.cpp41 if (IsHost()) { in ResolveExecutable()
H A DTargetList.cpp127 if (platform_sp->IsHost() && in CreateTargetInternal()
H A DTarget.cpp3506 m_platform_sp ? m_platform_sp->IsHost() : false; in FinalizeFileActions()
3511 platform_sp ? (platform_sp->IsHost() ? "true" : "false") : "n/a", in FinalizeFileActions()
/freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp97 if (IsHost()) { in PutFile()
169 if (IsHost()) { in GetFile()
305 if (IsHost()) { in ConnectRemote()
350 if (IsHost()) { in DisconnectRemote()
369 if (IsHost()) { in Attach()
426 if (!IsHost()) { in DebugProcess()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h454 bool IsHost() const { in IsHost() function
462 return IsHost(); in IsConnected()
469 if (IsHost()) in SetSystemArchitecture()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp692 } else if (platform_sp && platform_sp->IsHost()) { in DoLaunch()
2444 if (platform_sp && platform_sp->IsHost()) { in DoDestroy()
3318 if (platform_sp && !platform_sp->IsHost()) in EstablishConnectionIfNeeded()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp344 if (platform_sp && platform_sp->IsHost() && in DoExecute()
383 if (platform_sp->IsHost()) { in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2702 if (platform_sp->IsHost()) { in WarnIfNoExpandedSharedCache()