Searched refs:GetSupportedArchitectures (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp122 PlatformOpenBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { function in class:PlatformOpenBSD
124 return m_remote_platform_sp->GetSupportedArchitectures(process_host_arch);
H A DPlatformOpenBSD.h46 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
/freebsd-current/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) { function in class:PlatformQemuUser
/freebsd-current/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) { function in class:PlatformNetBSD
121 return m_remote_platform_sp->GetSupportedArchitectures(process_host_arch);
/freebsd-current/contrib/llvm-project/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) { function in class:PlatformFreeBSD
135 return m_remote_platform_sp->GetSupportedArchitectures(process_host_arch);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h70 GetSupportedArchitectures(const ArchSpec &process_host_arch) override {
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp137 GetSupportedArchitectures(process_host_arch)) {
H A DPlatform.cpp783 GetSupportedArchitectures(process_host_arch)) {
831 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) {
1171 GetSupportedArchitectures(process_host_arch)) {
1537 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h341 GetSupportedArchitectures(const ArchSpec &process_host_arch) = 0;

Completed in 116 milliseconds