Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_mips.cpp106 RegisterContextLinux_mips::RegisterContextLinux_mips( in RegisterContextLinux_mips() function in RegisterContextLinux_mips
111 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()
H A DRegisterContextLinux_mips.h16 class RegisterContextLinux_mips : public lldb_private::RegisterInfoInterface {
18 RegisterContextLinux_mips(const lldb_private::ArchSpec &target_arch,
H A DRegisterContextPOSIX_mips64.cpp109 const auto *context = static_cast<const RegisterContextLinux_mips *> in GetRegisterSetCount()
132 const auto *context = static_cast<const RegisterContextLinux_mips *> in GetRegisterSet()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp137 reg_interface = new RegisterContextLinux_mips(arch); in CreateRegisterContextForFrame()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile400 SRCS+= Plugins/Process/Utility/RegisterContextLinux_mips.cpp