Home
last modified time | relevance | path

Searched refs:GetRegisterName (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_x86.cpp113 m_thread.GetID(), GetRegisterOffset(reg), GetRegisterName(reg), in ReadRegister()
117 GetRegisterName(reg), GetRegisterSize(reg), in ReadRegister()
166 GetRegisterName(reg_to_write), value_to_write); in WriteRegister()
170 GetRegisterName(reg_to_write), value_to_write); in WriteRegister()
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp60 GetRegisterName(reg), GetRegisterSize(reg), in ReadRegister()
107 GetRegisterName(reg_to_write), value_to_write); in WriteRegister()
H A DRegisterContextPOSIXProcessMonitor_arm.cpp59 GetRegisterName(reg), GetRegisterSize(reg), in ReadRegister()
106 GetRegisterName(reg_to_write), value_to_write); in WriteRegister()
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp60 GetRegisterName(reg), GetRegisterSize(reg), in ReadRegister()
108 GetRegisterName(reg_to_write), value_to_write); in WriteRegister()
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp72 GetRegisterName(reg), GetRegisterSize(reg), in ReadRegister()
123 m_thread.GetID(), offset, GetRegisterName(reg_to_write), value_to_write); in WriteRegister()
H A DFreeBSDThread.cpp609 const char *FreeBSDThread::GetRegisterName(unsigned reg) { in GetRegisterName() function in FreeBSDThread
625 name = GetRegisterContext()->GetRegisterName(reg); in GetRegisterName()
632 return GetRegisterName(GetRegisterIndexFromOffset(offset)); in GetRegisterNameFromOffset()
H A DFreeBSDThread.h61 const char *GetRegisterName(unsigned reg);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.h49 const char *GetRegisterName(unsigned reg);
H A DRegisterContextMinidump_ARM.h50 const char *GetRegisterName(unsigned reg);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_ppc64le.h41 const char *GetRegisterName(unsigned reg);
H A DRegisterContextPOSIX_mips64.h56 const char *GetRegisterName(unsigned reg);
H A DRegisterContextPOSIX_s390x.h45 const char *GetRegisterName(unsigned reg);
H A DRegisterContextPOSIX_arm.h46 const char *GetRegisterName(unsigned reg);
H A DRegisterContextPOSIX_arm64.h46 const char *GetRegisterName(unsigned reg);
H A DRegisterContextPOSIX_powerpc.h169 const char *GetRegisterName(unsigned reg);
H A DRegisterContextPOSIX_mips64.cpp148 const char *RegisterContextPOSIX_mips64::GetRegisterName(unsigned reg) { in GetRegisterName() function in RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_s390x.cpp134 const char *RegisterContextPOSIX_s390x::GetRegisterName(unsigned reg) { in GetRegisterName() function in RegisterContextPOSIX_s390x
H A DRegisterContextPOSIX_x86.h49 const char *GetRegisterName(unsigned reg);
H A DRegisterContextPOSIX_powerpc.cpp157 const char *RegisterContextPOSIX_powerpc::GetRegisterName(unsigned reg) { in GetRegisterName() function in RegisterContextPOSIX_powerpc
H A DRegisterContextPOSIX_ppc64le.cpp175 const char *RegisterContextPOSIX_ppc64le::GetRegisterName(unsigned reg) { in GetRegisterName() function in RegisterContextPOSIX_ppc64le
H A DRegisterContextPOSIX_arm.cpp177 const char *RegisterContextPOSIX_arm::GetRegisterName(unsigned reg) { in GetRegisterName() function in RegisterContextPOSIX_arm
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h172 const char *GetRegisterName(unsigned reg_num, bool altnernate_name);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h146 const char *GetRegisterName(uint32_t reg);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DRegisterContext.h172 const char *GetRegisterName(uint32_t reg);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h204 const char *GetRegisterName(unsigned reg_num, bool altnernate_name);

12