| /llvm-project-15.0.7/lldb/unittests/Target/ |
| H A D | RemoteAwarePlatformTest.cpp | 30 std::vector<ArchSpec>(const ArchSpec &process_host_arch)); 59 std::vector<ArchSpec>(const ArchSpec &process_host_arch)); 79 static const ArchSpec process_host_arch; in TEST_F() local 80 EXPECT_CALL(platform, GetSupportedArchitectures(process_host_arch)) in TEST_F()
|
| /llvm-project-15.0.7/lldb/unittests/Platform/ |
| H A D | PlatformTest.cpp | 31 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures() argument 44 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures() argument 67 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures() argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformMacOSX.cpp | 137 PlatformMacOSX::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument 158 if (!process_host_arch || in GetSupportedArchitectures() 159 process_host_arch.GetTriple().getOS() == llvm::Triple::MacOSX) { in GetSupportedArchitectures()
|
| H A D | PlatformRemoteAppleWatch.h | 40 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| H A D | PlatformRemoteAppleBridge.h | 42 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| H A D | PlatformRemoteAppleTV.h | 48 const lldb_private::ArchSpec &process_host_arch) override;
|
| H A D | PlatformRemoteiOS.h | 40 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| H A D | PlatformRemoteMacOSX.h | 45 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| H A D | PlatformMacOSX.h | 62 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| H A D | PlatformRemoteAppleBridge.cpp | 142 const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
|
| H A D | PlatformRemoteAppleTV.cpp | 137 const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
|
| H A D | PlatformRemoteiOS.cpp | 138 const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
|
| H A D | PlatformRemoteDarwinDevice.cpp | 93 ArchSpec process_host_arch; in ResolveExecutable() local 94 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) { in ResolveExecutable()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 783 ArchSpec process_host_arch; in ResolveExecutable() local 785 GetSupportedArchitectures(process_host_arch)) { in ResolveExecutable() 832 ArchSpec process_host_arch; in ResolveRemoteExecutable() local 1157 const ArchSpec &process_host_arch, in IsCompatibleArchitecture() argument 1166 GetSupportedArchitectures(process_host_arch)) { in IsCompatibleArchitecture() 1511 ArchSpec process_host_arch; in GetRemoteSharedModule() local 1514 process_host_arch = process->GetSystemArchitecture(); in GetRemoteSharedModule() 1962 const ArchSpec &process_host_arch, in GetOrCreate() argument 2010 const ArchSpec &process_host_arch, in GetOrCreate() argument 2019 const ArchSpec &process_host_arch, in GetOrCreate() argument [all …]
|
| /llvm-project-15.0.7/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;
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Platform.h | 309 GetSupportedArchitectures(const ArchSpec &process_host_arch) = 0; 331 const ArchSpec &process_host_arch, 1005 const ArchSpec &process_host_arch, 1008 const ArchSpec &process_host_arch, 1024 const ArchSpec &process_host_arch,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.h | 47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| 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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.h | 47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| H A D | PlatformLinux.cpp | 132 PlatformLinux::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument 134 return m_remote_platform_sp->GetSupportedArchitectures(process_host_arch); in GetSupportedArchitectures()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.h | 33 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/ |
| H A D | PlatformWindows.h | 67 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures() argument
|