Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/unittests/Target/
H A DRemoteAwarePlatformTest.cpp30 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 DPlatformTest.cpp31 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 DPlatformMacOSX.cpp137 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 DPlatformRemoteAppleWatch.h40 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
H A DPlatformRemoteAppleBridge.h42 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
H A DPlatformRemoteAppleTV.h48 const lldb_private::ArchSpec &process_host_arch) override;
H A DPlatformRemoteiOS.h40 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
H A DPlatformRemoteMacOSX.h45 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
H A DPlatformMacOSX.h62 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
H A DPlatformRemoteAppleBridge.cpp142 const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
H A DPlatformRemoteAppleTV.cpp137 const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
H A DPlatformRemoteiOS.cpp138 const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
H A DPlatformRemoteDarwinDevice.cpp93 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 DPlatform.cpp783 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 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;
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h309 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 DPlatformFreeBSD.h47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
H A DPlatformLinux.cpp132 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 DPlatformQemuUser.h33 GetSupportedArchitectures(const ArchSpec &process_host_arch) override;
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h67 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures() argument

12