| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformMacOSX.cpp | 144 PlatformMacOSX::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument 165 if (!process_host_arch || in GetSupportedArchitectures() 166 process_host_arch.GetTriple().getOS() == llvm::Triple::MacOSX) { in GetSupportedArchitectures()
|
| H A D | PlatformRemoteAppleWatch.h | 40 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| H A D | PlatformRemoteAppleBridge.h | 42 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| H A D | PlatformRemoteiOS.h | 40 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| H A D | PlatformRemoteAppleTV.h | 48 const lldb_private::ArchSpec &process_host_arch) override;
|
| H A D | PlatformRemoteMacOSX.h | 45 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| H A D | PlatformMacOSX.h | 62 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| H A D | PlatformRemoteAppleBridge.cpp | 142 const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
|
| H A D | PlatformRemoteAppleTV.cpp | 137 const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
|
| H A D | PlatformRemoteiOS.cpp | 138 const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
|
| H A D | PlatformRemoteDarwinDevice.cpp | 94 ArchSpec process_host_arch; in ResolveExecutable() local 95 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) { in ResolveExecutable()
|
| H A D | PlatformAppleSimulator.h | 87 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Platform.cpp | 785 ArchSpec process_host_arch; in ResolveExecutable() local 787 GetSupportedArchitectures(process_host_arch)) { in ResolveExecutable() 834 ArchSpec process_host_arch; in ResolveRemoteExecutable() local 835 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) { in ResolveRemoteExecutable() 1160 const ArchSpec &process_host_arch, in IsCompatibleArchitecture() argument 1167 GetSupportedArchitectures(process_host_arch)) { in IsCompatibleArchitecture() 1512 ArchSpec process_host_arch; in GetRemoteSharedModule() local 1515 process_host_arch = process->GetSystemArchitecture(); in GetRemoteSharedModule() 1533 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) { in GetRemoteSharedModule() 1980 const ArchSpec &process_host_arch, in GetOrCreate() argument [all …]
|
| H A D | RemoteAwarePlatform.cpp | 135 ArchSpec process_host_arch; in ResolveExecutable() local 137 GetSupportedArchitectures(process_host_arch)) { in ResolveExecutable()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.cpp | 125 PlatformOpenBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument 127 return m_remote_platform_sp->GetSupportedArchitectures(process_host_arch); in GetSupportedArchitectures()
|
| H A D | PlatformOpenBSD.h | 46 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Platform.h | 310 GetSupportedArchitectures(const ArchSpec &process_host_arch) = 0; 332 const ArchSpec &process_host_arch, 1034 const ArchSpec &process_host_arch, 1037 const ArchSpec &process_host_arch, 1053 const ArchSpec &process_host_arch,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.h | 47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| H A D | PlatformNetBSD.cpp | 119 PlatformNetBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument 121 return m_remote_platform_sp->GetSupportedArchitectures(process_host_arch); in GetSupportedArchitectures()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.h | 47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| H A D | PlatformFreeBSD.cpp | 133 PlatformFreeBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument 135 return m_remote_platform_sp->GetSupportedArchitectures(process_host_arch); in GetSupportedArchitectures()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.h | 47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| H A D | PlatformLinux.cpp | 132 PlatformLinux::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument 134 return m_remote_platform_sp->GetSupportedArchitectures(process_host_arch); in GetSupportedArchitectures()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.h | 36 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/ |
| H A D | PlatformWindows.h | 67 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures() argument
|