Searched defs:GetRegisterName (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm.cpp176 const char *RegisterContextPOSIX_arm::GetRegisterName(unsigned reg) { function in class:RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_mips64.cpp147 const char *RegisterContextPOSIX_mips64::GetRegisterName(unsigned reg) { function in class:RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_arm64.cpp198 const char *RegisterContextPOSIX_arm64::GetRegisterName(unsigned reg) { function in class:RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_powerpc.cpp156 const char *RegisterContextPOSIX_powerpc::GetRegisterName(unsigned reg) { function in class:RegisterContextPOSIX_powerpc
H A DRegisterContextPOSIX_ppc64le.cpp174 const char *RegisterContextPOSIX_ppc64le::GetRegisterName(unsigned reg) { function in class:RegisterContextPOSIX_ppc64le
H A DRegisterContextPOSIX_x86.cpp454 const char *RegisterContextPOSIX_x86::GetRegisterName(unsigned reg) { function in class:RegisterContextPOSIX_x86
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp602 const char *FreeBSDThread::GetRegisterName(unsigned reg) { function in class:FreeBSDThread
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp78 const char *NativeRegisterContext::GetRegisterName(uint32_t reg) { function in class:NativeRegisterContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp114 const char *RegisterContext::GetRegisterName(uint32_t reg) { function in class:RegisterContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp227 const char *EmulateInstructionMIPS::GetRegisterName(unsigned reg_num, function in class:EmulateInstructionMIPS
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp214 const char *EmulateInstructionMIPS64::GetRegisterName(unsigned reg_num, function in class:EmulateInstructionMIPS64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM.cpp522 const char *RegisterContextMinidump_ARM::GetRegisterName(unsigned reg) { function in class:RegisterContextMinidump_ARM
H A DRegisterContextMinidump_ARM64.cpp806 const char *RegisterContextMinidump_ARM64::GetRegisterName(unsigned reg) { function in class:RegisterContextMinidump_ARM64
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1767 auto GetRegisterName = [](unsigned RegNum) -> StringRef { local

Completed in 240 milliseconds