Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp766 ArchSpec process_host_arch; in ResolveExecutable() local
768 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) { in ResolveExecutable()
1099 const ArchSpec &process_host_arch, in IsCompatibleArchitecture() argument
1106 GetSupportedArchitectures(process_host_arch)) { in IsCompatibleArchitecture()
1476 ArchSpec process_host_arch; in GetRemoteSharedModule() local
1479 process_host_arch = process->GetSystemArchitecture(); in GetRemoteSharedModule()
1497 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) { in GetRemoteSharedModule()
2116 const ArchSpec &process_host_arch, in GetOrCreate() argument
2123 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) in GetOrCreate()
2129 if (platform_sp->IsCompatibleArchitecture(arch, process_host_arch, in GetOrCreate()
[all …]
H A DProcess.cpp3077 ArchSpec process_host_arch = GetSystemArchitecture(); in CompleteAttach() local
3081 target_arch, process_host_arch, in CompleteAttach()
3085 target_arch, process_host_arch, &platform_arch); in CompleteAttach()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp122 PlatformOpenBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
124 return m_remote_platform_sp->GetSupportedArchitectures(process_host_arch); in GetSupportedArchitectures()
H A DPlatformOpenBSD.h46 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/AIX/
H A DPlatformAIX.cpp107 PlatformAIX::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
109 return m_remote_platform_sp->GetSupportedArchitectures(process_host_arch); in GetSupportedArchitectures()
H A DPlatformAIX.h46 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h331 GetSupportedArchitectures(const ArchSpec &process_host_arch) = 0;
353 const ArchSpec &process_host_arch,
1128 const ArchSpec &process_host_arch,
1131 const ArchSpec &process_host_arch,
1147 const ArchSpec &process_host_arch,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
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()
H A DPlatformFreeBSD.h47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h36 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
H A DPlatformQemuUser.cpp108 PlatformQemuUser::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h70 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures() argument