Searched refs:RegisterContextLinux_mips64 (Results 1 – 5 of 5) sorted by relevance
118 RegisterContextLinux_mips64::GetRegisterSet(size_t set) const { in GetRegisterSet()134 RegisterContextLinux_mips64::GetRegisterSetCount() const { in GetRegisterSetCount()189 RegisterContextLinux_mips64::RegisterContextLinux_mips64( in RegisterContextLinux_mips64() function in RegisterContextLinux_mips64197 size_t RegisterContextLinux_mips64::GetGPRSize() const { in GetGPRSize()201 const RegisterInfo *RegisterContextLinux_mips64::GetRegisterInfo() const { in GetRegisterInfo()205 uint32_t RegisterContextLinux_mips64::GetRegisterCount() const { in GetRegisterCount()209 uint32_t RegisterContextLinux_mips64::GetUserRegisterCount() const { in GetUserRegisterCount()
16 class RegisterContextLinux_mips64 : public lldb_private::RegisterInfoInterface {18 RegisterContextLinux_mips64(const lldb_private::ArchSpec &target_arch,
113 const auto *context = static_cast<const RegisterContextLinux_mips64 *> in GetRegisterSetCount()136 const auto *context = static_cast<const RegisterContextLinux_mips64 *> in GetRegisterSet()
141 reg_interface = new RegisterContextLinux_mips64(arch); in CreateRegisterContextForFrame()
401 SRCS+= Plugins/Process/Utility/RegisterContextLinux_mips64.cpp