Searched refs:process_host_arch (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Platform.cpp | 763 ArchSpec process_host_arch; in ResolveExecutable() local 765 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) { in ResolveExecutable() 1094 const ArchSpec &process_host_arch, in IsCompatibleArchitecture() argument 1101 GetSupportedArchitectures(process_host_arch)) { in IsCompatibleArchitecture() 1468 ArchSpec process_host_arch; in GetRemoteSharedModule() local 1471 process_host_arch = process->GetSystemArchitecture(); in GetRemoteSharedModule() 1489 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) { in GetRemoteSharedModule() 2104 const ArchSpec &process_host_arch, in GetOrCreate() argument 2111 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) in GetOrCreate() 2117 if (platform_sp->IsCompatibleArchitecture(arch, process_host_arch, in GetOrCreate() [all …]
|
H A D | Process.cpp | 3115 ArchSpec process_host_arch = GetSystemArchitecture(); in CompleteAttach() local 3119 target_arch, process_host_arch, in CompleteAttach() 3123 target_arch, process_host_arch, &platform_arch); in CompleteAttach()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
H A D | PlatformOpenBSD.cpp | 122 PlatformOpenBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument 124 return m_remote_platform_sp->GetSupportedArchitectures(process_host_arch); in GetSupportedArchitectures()
|
H A D | PlatformOpenBSD.h | 46 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Platform.h | 328 GetSupportedArchitectures(const ArchSpec &process_host_arch) = 0; 350 const ArchSpec &process_host_arch, 1065 const ArchSpec &process_host_arch, 1068 const ArchSpec &process_host_arch, 1084 const ArchSpec &process_host_arch,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
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()
|
H A D | PlatformFreeBSD.h | 47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUser.h | 36 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
H A D | PlatformQemuUser.cpp | 108 PlatformQemuUser::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.h | 70 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures() argument
|