Searched defs:process_host_arch (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.h | 70 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
H A D | PlatformOpenBSD.cpp | 122 PlatformOpenBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
H A D | PlatformFreeBSD.cpp | 133 PlatformFreeBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
|
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | Platform.cpp | 781 ArchSpec process_host_arch; ResolveExecutable() local 830 ArchSpec process_host_arch; ResolveRemoteExecutable() local 1164 IsCompatibleArchitecture(const ArchSpec & arch,const ArchSpec & process_host_arch,ArchSpec::MatchType match,ArchSpec * compatible_arch_ptr) IsCompatibleArchitecture() argument 1516 ArchSpec process_host_arch; GetRemoteSharedModule() local 2152 GetOrCreate(const ArchSpec & arch,const ArchSpec & process_host_arch,ArchSpec * platform_arch_ptr,Status & error) GetOrCreate() argument 2203 GetOrCreate(const ArchSpec & arch,const ArchSpec & process_host_arch,ArchSpec * platform_arch_ptr) GetOrCreate() argument 2212 GetOrCreate(llvm::ArrayRef<ArchSpec> archs,const ArchSpec & process_host_arch,std::vector<PlatformSP> & candidates) GetOrCreate() argument [all...] |
H A D | RemoteAwarePlatform.cpp | 135 ArchSpec process_host_arch; ResolveExecutable() local
|
H A D | Process.cpp | 2955 ArchSpec process_host_arch = GetSystemArchitecture(); CompleteAttach() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
H A D | PlatformNetBSD.cpp | 119 PlatformNetBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUser.cpp | 108 PlatformQemuUser::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
|