Home
last modified time | relevance | path

Searched refs:IsHost (Results 1 – 15 of 15) 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()
612 if (IsHost()) { in GetFilePermissions()
627 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.cpp3494 m_platform_sp ? m_platform_sp->IsHost() : false; in FinalizeFileActions()
3499 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/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/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h441 bool IsHost() const { in IsHost() function
449 return IsHost(); in IsConnected()
456 if (IsHost()) in SetSystemArchitecture()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp692 } else if (platform_sp && platform_sp->IsHost()) { in DoLaunch()
2465 if (platform_sp && platform_sp->IsHost()) { in DoDestroy()
3329 if (platform_sp && !platform_sp->IsHost()) in EstablishConnectionIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp326 if (platform_sp && platform_sp->IsHost() && in DoExecute()
365 if (platform_sp->IsHost()) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2678 if (platform_sp->IsHost()) { in WarnIfNoExpandedSharedCache()