Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp763 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 DProcess.cpp3115 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 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/include/lldb/Target/
H A DPlatform.h328 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 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