Home
last modified time | relevance | path

Searched refs:RegisterContextLinux_x86_64 (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_x86_64.cpp153 RegisterContextLinux_x86_64::RegisterContextLinux_x86_64( in RegisterContextLinux_x86_64() function in RegisterContextLinux_x86_64
172 size_t RegisterContextLinux_x86_64::GetGPRSizeStatic() { return sizeof(GPR); } in GetGPRSizeStatic()
174 const RegisterInfo *RegisterContextLinux_x86_64::GetRegisterInfo() const { in GetRegisterInfo()
178 uint32_t RegisterContextLinux_x86_64::GetRegisterCount() const { in GetRegisterCount()
182 uint32_t RegisterContextLinux_x86_64::GetUserRegisterCount() const { in GetUserRegisterCount()
H A DRegisterContextLinux_x86_64.h14 class RegisterContextLinux_x86_64
17 RegisterContextLinux_x86_64(const lldb_private::ArchSpec &target_arch);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp82 reg_interface = new RegisterContextLinux_x86_64(arch); in CreateRegisterContextForFrame()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp148 reg_interface = new RegisterContextLinux_x86_64(arch); in CreateRegisterContextForFrame()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile491 SRCS+= Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp