/llvm-project/lldb/unittests/Platform/ |
H A D | PlatformTest.cpp | 31 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures() 44 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures() 67 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures()
|
/llvm-project/lldb/source/Plugins/Platform/Windows/ |
H A D | PlatformWindows.h | 67 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures()
|
/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.h | 70 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures()
|
/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformRemoteAppleBridge.cpp | 141 const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
|
H A D | PlatformRemoteiOS.cpp | 138 const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
|
H A D | PlatformRemoteAppleXR.cpp | 144 const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
|
H A D | PlatformRemoteAppleTV.cpp | 137 const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
|
H A D | PlatformMacOSX.cpp | 148 PlatformMacOSX::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
|
H A D | PlatformAppleSimulator.cpp | 276 GetSupportedArchitectures(const ArchSpec & process_host_arch) GetSupportedArchitectures() argument
|
H A D | PlatformDarwinKernel.cpp | 965 const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
|
/llvm-project/lldb/unittests/Target/ |
H A D | RemoteAwarePlatformTest.cpp | 80 static const ArchSpec process_host_arch; in TEST_F() local
|
/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
H A D | PlatformOpenBSD.cpp | 122 PlatformOpenBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
|
/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
H A D | PlatformFreeBSD.cpp | 133 PlatformFreeBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
|
/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
H A D | PlatformNetBSD.cpp | 119 PlatformNetBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
|
/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUser.cpp | 108 PlatformQemuUser::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures() argument
|
/llvm-project/lldb/source/Plugins/Platform/Linux/ |
H A D | PlatformLinux.cpp | 132 PlatformLinux::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
|
/llvm-project/lldb/source/Target/ |
H A D | Platform.cpp | 763 ArchSpec process_host_arch; ResolveExecutable() local 1094 IsCompatibleArchitecture(const ArchSpec & arch,const ArchSpec & process_host_arch,ArchSpec::MatchType match,ArchSpec * compatible_arch_ptr) IsCompatibleArchitecture() argument 1467 ArchSpec process_host_arch; GetRemoteSharedModule() local 2103 GetOrCreate(const ArchSpec & arch,const ArchSpec & process_host_arch,ArchSpec * platform_arch_ptr,Status & error) GetOrCreate() argument 2154 GetOrCreate(const ArchSpec & arch,const ArchSpec & process_host_arch,ArchSpec * platform_arch_ptr) GetOrCreate() argument 2163 GetOrCreate(llvm::ArrayRef<ArchSpec> archs,const ArchSpec & process_host_arch,std::vector<PlatformSP> & candidates) GetOrCreate() argument [all...] |
H A D | Process.cpp | 3103 ArchSpec process_host_arch = GetSystemArchitecture(); CompleteAttach() local
|