Home
last modified time | relevance | path

Searched refs:process_host_arch (Results 1 – 25 of 31) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp144 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 DPlatformRemoteAppleWatch.h40 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
H A DPlatformRemoteAppleBridge.h42 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
H A DPlatformRemoteiOS.h40 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
H A DPlatformRemoteAppleTV.h48 const lldb_private::ArchSpec &process_host_arch) override;
H A DPlatformRemoteMacOSX.h45 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
H A DPlatformMacOSX.h62 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
H A DPlatformRemoteAppleBridge.cpp142 const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
H A DPlatformRemoteAppleTV.cpp137 const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
H A DPlatformRemoteiOS.cpp138 const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
H A DPlatformRemoteDarwinDevice.cpp94 ArchSpec process_host_arch; in ResolveExecutable() local
95 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) { in ResolveExecutable()
H A DPlatformAppleSimulator.h87 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp785 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 DRemoteAwarePlatform.cpp135 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 DPlatformOpenBSD.cpp125 PlatformOpenBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
127 return m_remote_platform_sp->GetSupportedArchitectures(process_host_arch); in GetSupportedArchitectures()
H A DPlatformOpenBSD.h46 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h310 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 DPlatformNetBSD.h47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
H A DPlatformNetBSD.cpp119 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 DPlatformFreeBSD.h47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
H A DPlatformFreeBSD.cpp133 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 DPlatformLinux.h47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
H A DPlatformLinux.cpp132 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 DPlatformQemuUser.h36 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h67 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures() argument

12