Searched refs:RegisterContextLinux_s390x (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_s390x.cpp1 //===-- RegisterContextLinux_s390x.cpp ------------------------------------===//
9 #include "RegisterContextLinux_s390x.h"
50 RegisterContextLinux_s390x::RegisterContextLinux_s390x( function in class:RegisterContextLinux_s390x
57 const RegisterInfo *RegisterContextLinux_s390x::GetRegisterInfo() const {
61 uint32_t RegisterContextLinux_s390x::GetRegisterCount() const {
65 uint32_t RegisterContextLinux_s390x::GetUserRegisterCount() const {
69 size_t RegisterContextLinux_s390x::GetGPRSize() const { return 0; }
H A DRegisterContextLinux_s390x.h1 //===-- RegisterContextLinux_s390x.h ----------------------------*- C++ -*-===//
14 class RegisterContextLinux_s390x : public lldb_private::RegisterInfoInterface { class in inherits:lldb_private::RegisterInfoInterface
16 RegisterContextLinux_s390x(const lldb_private::ArchSpec &target_arch);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp23 #include "Plugins/Process/Utility/RegisterContextLinux_s390x.h"
141 reg_interface = new RegisterContextLinux_s390x(arch);

Completed in 106 milliseconds