Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp204 if (IsHost()) in GetSharedModule()
377 if (IsHost()) in GetOSBuildString()
383 if (IsHost()) in GetOSKernelDescription()
636 if (IsHost()) in MakeDirectory()
677 if (IsHost()) in OpenFile()
683 if (IsHost()) in CloseFile()
700 if (IsHost()) in ReadFile()
710 if (IsHost()) in WriteFile()
719 if (IsHost()) in GetUserIDResolver()
725 if (IsHost()) in GetHostname()
[all …]
H A DRemoteAwarePlatform.cpp40 if (IsHost()) { in ResolveExecutable()
H A DTargetList.cpp127 if (platform_sp->IsHost() && in CreateTargetInternal()
H A DTarget.cpp3293 m_platform_sp ? m_platform_sp->IsHost() : false; in FinalizeFileActions()
3298 platform_sp ? (platform_sp->IsHost() ? "true" : "false") : "n/a", in FinalizeFileActions()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp295 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache()
326 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache()
348 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache()
362 if (!IsHost()) { in GetSharedModuleWithLocalCache()
380 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache()
411 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache()
426 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache()
434 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache()
443 (IsHost() ? "host" : "remote"), in GetSharedModuleWithLocalCache()
H A DPlatformDarwin.h161 virtual bool CheckLocalSharedCache() const { return IsHost(); } in CheckLocalSharedCache()
H A DPlatformDarwin.cpp706 if (IsHost()) { in DebugProcess()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h36 return GetPluginNameStatic(IsHost()); in GetPluginName()
41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
H A DPlatformLinux.cpp145 if (IsHost()) { in GetStatus()
194 if (IsHost()) { in CanDebugProcess()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h35 return GetPluginNameStatic(IsHost()); in GetPluginName()
40 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
H A DPlatformWindows.cpp134 if (IsHost()) { in ConnectRemote()
443 if (IsHost()) { in DisconnectRemote()
511 if (!IsHost()) { in Attach()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp96 if (IsHost()) { in PutFile()
168 if (IsHost()) { in GetFile()
304 if (IsHost()) { in ConnectRemote()
349 if (IsHost()) { in DisconnectRemote()
368 if (IsHost()) { in Attach()
424 if (!IsHost()) { in DebugProcess()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp142 if (IsHost()) in ConnectRemote()
171 if (IsHost() || !m_remote_platform_sp) in GetFile()
214 if (IsHost() || !m_remote_platform_sp) in PutFile()
H A DPlatformAndroid.h40 return GetPluginNameStatic(IsHost()); in GetPluginName()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h420 bool IsHost() const { in IsHost() function
428 return IsHost(); in IsConnected()
435 if (IsHost()) in SetSystemArchitecture()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp789 } else if (platform_sp && platform_sp->IsHost()) { in DoLaunch()
2422 if (platform_sp && platform_sp->IsHost()) { in DoDestroy()
3218 if (platform_sp && !platform_sp->IsHost()) in EstablishConnectionIfNeeded()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp324 if (platform_sp && platform_sp->IsHost() && in DoExecute()
363 if (platform_sp->IsHost()) { in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2530 if (platform_sp->IsHost()) { in WarnIfNoExpandedSharedCache()