Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_mips64.cpp118 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_mips64
197 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()
H A DRegisterContextLinux_mips64.h16 class RegisterContextLinux_mips64 : public lldb_private::RegisterInfoInterface {
18 RegisterContextLinux_mips64(const lldb_private::ArchSpec &target_arch,
H A DRegisterContextPOSIX_mips64.cpp113 const auto *context = static_cast<const RegisterContextLinux_mips64 *> in GetRegisterSetCount()
136 const auto *context = static_cast<const RegisterContextLinux_mips64 *> in GetRegisterSet()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp141 reg_interface = new RegisterContextLinux_mips64(arch); in CreateRegisterContextForFrame()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile401 SRCS+= Plugins/Process/Utility/RegisterContextLinux_mips64.cpp