Home
last modified time | relevance | path

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 DPlatformRemoteGDBServer.h70 GetSupportedArchitectures(const ArchSpec &process_host_arch) override { in GetSupportedArchitectures() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp122 PlatformOpenBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp133 PlatformFreeBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp781 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 DRemoteAwarePlatform.cpp135 ArchSpec process_host_arch; ResolveExecutable() local
H A DProcess.cpp2955 ArchSpec process_host_arch = GetSystemArchitecture(); CompleteAttach() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp119 PlatformNetBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp108 PlatformQemuUser::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures()