Searched refs:RegisterContextLinux_mips (Results 1 – 5 of 5) sorted by relevance
106 RegisterContextLinux_mips::RegisterContextLinux_mips( in RegisterContextLinux_mips() function in RegisterContextLinux_mips111 size_t RegisterContextLinux_mips::GetGPRSize() const { in GetGPRSize()115 const RegisterInfo *RegisterContextLinux_mips::GetRegisterInfo() const { in GetRegisterInfo()127 RegisterContextLinux_mips::GetRegisterSet(size_t set) const { in GetRegisterSet()141 RegisterContextLinux_mips::GetRegisterSetCount() const { in GetRegisterSetCount()145 uint32_t RegisterContextLinux_mips::GetRegisterCount() const { in GetRegisterCount()150 uint32_t RegisterContextLinux_mips::GetUserRegisterCount() const { in GetUserRegisterCount()
16 class RegisterContextLinux_mips : public lldb_private::RegisterInfoInterface {18 RegisterContextLinux_mips(const lldb_private::ArchSpec &target_arch,
109 const auto *context = static_cast<const RegisterContextLinux_mips *> in GetRegisterSetCount()132 const auto *context = static_cast<const RegisterContextLinux_mips *> in GetRegisterSet()
137 reg_interface = new RegisterContextLinux_mips(arch); in CreateRegisterContextForFrame()
400 SRCS+= Plugins/Process/Utility/RegisterContextLinux_mips.cpp