| /openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/ |
| D | PlatformOpenBSD.cpp | 125 PlatformOpenBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() function in PlatformOpenBSD 127 return m_remote_platform_sp->GetSupportedArchitectures(process_host_arch); in GetSupportedArchitectures()
|
| D | PlatformOpenBSD.h | 46 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| D | PlatformRemoteAppleBridge.h | 42 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| D | PlatformRemoteAppleWatch.h | 40 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| D | PlatformRemoteAppleTV.h | 47 std::vector<lldb_private::ArchSpec> GetSupportedArchitectures(
|
| D | PlatformRemoteiOS.h | 40 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| D | PlatformRemoteMacOSX.h | 45 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| D | PlatformMacOSX.h | 62 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| D | PlatformRemoteAppleBridge.cpp | 141 std::vector<ArchSpec> PlatformRemoteAppleBridge::GetSupportedArchitectures( in GetSupportedArchitectures() function in PlatformRemoteAppleBridge
|
| D | PlatformRemoteAppleTV.cpp | 136 std::vector<ArchSpec> PlatformRemoteAppleTV::GetSupportedArchitectures( in GetSupportedArchitectures() function in PlatformRemoteAppleTV
|
| D | PlatformRemoteMacOSX.cpp | 129 PlatformRemoteMacOSX::GetSupportedArchitectures(const ArchSpec &host_info) { in GetSupportedArchitectures() function in PlatformRemoteMacOSX
|
| D | PlatformRemoteiOS.cpp | 137 std::vector<ArchSpec> PlatformRemoteiOS::GetSupportedArchitectures( in GetSupportedArchitectures() function in PlatformRemoteiOS
|
| D | PlatformRemoteAppleWatch.cpp | 148 PlatformRemoteAppleWatch::GetSupportedArchitectures(const ArchSpec &host_info) { in GetSupportedArchitectures() function in PlatformRemoteAppleWatch
|
| D | PlatformAppleSimulator.h | 87 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| D | PlatformDarwinKernel.h | 68 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| D | PlatformMacOSX.cpp | 144 PlatformMacOSX::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() function in PlatformMacOSX
|
| D | PlatformAppleSimulator.cpp | 271 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/ |
| D | PlatformNetBSD.h | 47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| D | PlatformNetBSD.cpp | 119 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/ |
| D | PlatformFreeBSD.h | 47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| D | PlatformFreeBSD.cpp | 133 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/ |
| D | PlatformLinux.h | 47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| D | PlatformLinux.cpp | 132 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/ |
| D | PlatformWindows.h | 67 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures() function
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| D | PlatformRemoteGDBServer.h | 70 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures() function
|