Home
last modified time | relevance | path

Searched refs:GetSupportedArchitectures (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/
DPlatformOpenBSD.cpp125 PlatformOpenBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() function in PlatformOpenBSD
127 return m_remote_platform_sp->GetSupportedArchitectures(process_host_arch); in GetSupportedArchitectures()
DPlatformOpenBSD.h46 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteAppleBridge.h42 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
DPlatformRemoteAppleWatch.h40 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
DPlatformRemoteAppleTV.h47 std::vector<lldb_private::ArchSpec> GetSupportedArchitectures(
DPlatformRemoteiOS.h40 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
DPlatformRemoteMacOSX.h45 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
DPlatformMacOSX.h62 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
DPlatformRemoteAppleBridge.cpp141 std::vector<ArchSpec> PlatformRemoteAppleBridge::GetSupportedArchitectures( in GetSupportedArchitectures() function in PlatformRemoteAppleBridge
DPlatformRemoteAppleTV.cpp136 std::vector<ArchSpec> PlatformRemoteAppleTV::GetSupportedArchitectures( in GetSupportedArchitectures() function in PlatformRemoteAppleTV
DPlatformRemoteMacOSX.cpp129 PlatformRemoteMacOSX::GetSupportedArchitectures(const ArchSpec &host_info) { in GetSupportedArchitectures() function in PlatformRemoteMacOSX
DPlatformRemoteiOS.cpp137 std::vector<ArchSpec> PlatformRemoteiOS::GetSupportedArchitectures( in GetSupportedArchitectures() function in PlatformRemoteiOS
DPlatformRemoteAppleWatch.cpp148 PlatformRemoteAppleWatch::GetSupportedArchitectures(const ArchSpec &host_info) { in GetSupportedArchitectures() function in PlatformRemoteAppleWatch
DPlatformAppleSimulator.h87 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
DPlatformDarwinKernel.h68 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
DPlatformMacOSX.cpp144 PlatformMacOSX::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() function in PlatformMacOSX
DPlatformAppleSimulator.cpp271 std::vector<ArchSpec> PlatformAppleSimulator::GetSupportedArchitectures( in GetSupportedArchitectures() function in PlatformAppleSimulator
410 for (const ArchSpec &arch : GetSupportedArchitectures({})) { in ResolveExecutable()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.h47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
DPlatformNetBSD.cpp119 PlatformNetBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() function in PlatformNetBSD
121 return m_remote_platform_sp->GetSupportedArchitectures(process_host_arch); in GetSupportedArchitectures()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.h47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
DPlatformFreeBSD.cpp133 PlatformFreeBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() function in PlatformFreeBSD
135 return m_remote_platform_sp->GetSupportedArchitectures(process_host_arch); in GetSupportedArchitectures()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.h47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
DPlatformLinux.cpp132 PlatformLinux::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() function in PlatformLinux
134 return m_remote_platform_sp->GetSupportedArchitectures(process_host_arch); in GetSupportedArchitectures()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
DPlatformWindows.h67 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h70 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures() function

12