Searched defs:target_arch (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoAndSetInterface.h22 RegisterInfoAndSetInterface(const lldb_private::ArchSpec &target_arch) argument
H A DRegisterInfoPOSIX_ppc64le.cpp24 GetRegisterInfoPtr(const lldb_private::ArchSpec &target_arch) { argument
35 GetRegisterInfoCount(const lldb_private::ArchSpec &target_arch) { argument
46 RegisterInfoPOSIX_ppc64le( const lldb_private::ArchSpec &target_arch) argument
H A DRegisterContextLinux_x86.h18 RegisterContextLinux_x86(const ArchSpec &target_arch, argument
H A DRegisterInfoInterface.h23 RegisterInfoInterface(const lldb_private::ArchSpec &target_arch) argument
H A DRegisterContextLinux_s390x.cpp20 static const RegisterInfo *GetRegisterInfoPtr(const ArchSpec &target_arch) { argument
30 static uint32_t GetRegisterInfoCount(const ArchSpec &target_arch) { argument
40 static uint32_t GetUserRegisterInfoCount(const ArchSpec &target_arch) { argument
50 RegisterContextLinux_s390x( const ArchSpec &target_arch) argument
[all...]
H A DRegisterInfoPOSIX_loongarch64.cpp32 GetRegisterInfoPtr( const lldb_private::ArchSpec &target_arch) argument
43 GetRegisterInfoCount( const lldb_private::ArchSpec &target_arch) argument
116 RegisterInfoPOSIX_loongarch64( const lldb_private::ArchSpec &target_arch, lldb_private::Flags flags) argument
H A DRegisterInfoPOSIX_riscv64.cpp29 GetRegisterInfoPtr( const lldb_private::ArchSpec &target_arch) argument
40 GetRegisterInfoCount( const lldb_private::ArchSpec &target_arch) argument
100 RegisterInfoPOSIX_riscv64( const lldb_private::ArchSpec &target_arch, lldb_private::Flags flags) argument
H A DRegisterInfoPOSIX_arm.cpp52 GetRegisterInfoPtr(const lldb_private::ArchSpec &target_arch) { argument
63 GetRegisterInfoCount(const lldb_private::ArchSpec &target_arch) { argument
152 RegisterInfoPOSIX_arm( const lldb_private::ArchSpec &target_arch) argument
H A DRegisterContextWindows_i386.cpp71 RegisterContextWindows_i386( const ArchSpec &target_arch) argument
H A DRegisterContextFreeBSD_i386.cpp64 RegisterContextFreeBSD_i386( const ArchSpec &target_arch) argument
H A DRegisterContextOpenBSD_i386.cpp58 RegisterContextOpenBSD_i386( const ArchSpec &target_arch) argument
H A DRegisterContextOpenBSD_x86_64.cpp68 PrivateGetRegisterInfoPtr(const lldb_private::ArchSpec &target_arch) { argument
79 PrivateGetRegisterCount(const lldb_private::ArchSpec &target_arch) { argument
90 RegisterContextOpenBSD_x86_64( const ArchSpec &target_arch) argument
H A DRegisterContextFreeBSD_x86_64.cpp102 PrivateGetRegisterInfoPtr(const lldb_private::ArchSpec &target_arch) { argument
115 PrivateGetRegisterCount(const lldb_private::ArchSpec &target_arch) { argument
131 RegisterContextFreeBSD_x86_64( const ArchSpec &target_arch) argument
H A DRegisterContextNetBSD_x86_64.cpp117 PrivateGetRegisterInfoPtr(const lldb_private::ArchSpec &target_arch) { argument
130 PrivateGetRegisterCount(const lldb_private::ArchSpec &target_arch) { argument
147 PrivateGetUserRegisterCount(const lldb_private::ArchSpec &target_arch) { argument
159 RegisterContextNetBSD_x86_64( const ArchSpec &target_arch) argument
[all...]
H A DRegisterContextWindows_x86_64.cpp134 RegisterContextWindows_x86_64( const ArchSpec &target_arch) argument
H A DRegisterContextNetBSD_i386.cpp76 RegisterContextNetBSD_i386( const ArchSpec &target_arch) argument
H A DRegisterContextLinux_i386.cpp89 RegisterContextLinux_i386( const ArchSpec &target_arch) argument
H A DRegisterContextLinux_x86_64.cpp113 static const RegisterInfo *GetRegisterInfoPtr(const ArchSpec &target_arch) { argument
125 static uint32_t GetRegisterInfoCount(const ArchSpec &target_arch) { argument
141 static uint32_t GetUserRegisterInfoCount(const ArchSpec &target_arch) { argument
153 RegisterContextLinux_x86_64( const ArchSpec &target_arch) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm.cpp31 CreateHostNativeRegisterContextFreeBSD( const ArchSpec &target_arch, NativeThreadProtocol &native_thread) argument
36 NativeRegisterContextFreeBSD_arm( const ArchSpec &target_arch, NativeThreadProtocol &native_thread) argument
H A DNativeRegisterContextFreeBSD_mips64.cpp32 CreateHostNativeRegisterContextFreeBSD( const ArchSpec &target_arch, NativeThreadProtocol &native_thread) argument
37 NativeRegisterContextFreeBSD_mips64( const ArchSpec &target_arch, NativeThreadProtocol &native_thread) argument
H A DNativeRegisterContextFreeBSD_arm64.cpp32 CreateHostNativeRegisterContextFreeBSD( const ArchSpec &target_arch, NativeThreadProtocol &native_thread) argument
37 NativeRegisterContextFreeBSD_arm64( const ArchSpec &target_arch, NativeThreadProtocol &native_thread) argument
H A DNativeRegisterContextFreeBSD_powerpc.cpp75 CreateRegisterInfoInterface(const ArchSpec &target_arch) { argument
69 CreateHostNativeRegisterContextFreeBSD( const ArchSpec &target_arch, NativeThreadProtocol &native_thread) argument
85 NativeRegisterContextFreeBSD_powerpc( const ArchSpec &target_arch, NativeThreadProtocol &native_thread) argument
H A DNativeRegisterContextFreeBSD_x86_64.cpp247 CreateRegisterInfoInterface(const ArchSpec &target_arch) { argument
239 CreateHostNativeRegisterContextFreeBSD( const ArchSpec &target_arch, NativeThreadProtocol &native_thread) argument
260 NativeRegisterContextFreeBSD_x86_64( const ArchSpec &target_arch, NativeThreadProtocol &native_thread) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp254 CreateRegisterInfoInterface(const ArchSpec &target_arch) { argument
246 CreateHostNativeRegisterContextNetBSD( const ArchSpec &target_arch, NativeThreadProtocol &native_thread) argument
267 NativeRegisterContextNetBSD_x86_64( const ArchSpec &target_arch, NativeThreadProtocol &native_thread) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp223 ArchSpec target_arch = GetTarget().GetArchitecture(); local

Completed in 149 milliseconds

12