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

/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_mips64.cpp123 const char *RegisterContextPOSIX_mips64::GetRegisterName(unsigned reg) { function in class:RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_arm.cpp94 const char *RegisterContextPOSIX_arm::GetRegisterName(unsigned reg) { function in class:RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_ppc64le.cpp174 const char *RegisterContextPOSIX_ppc64le::GetRegisterName(unsigned reg) { function in class:RegisterContextPOSIX_ppc64le
H A DRegisterContextPOSIX_powerpc.cpp155 const char *RegisterContextPOSIX_powerpc::GetRegisterName(unsigned reg) { function in class:RegisterContextPOSIX_powerpc
H A DRegisterContextPOSIX_arm64.cpp103 const char *RegisterContextPOSIX_arm64::GetRegisterName(unsigned reg) { function in class:RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_x86.cpp534 const char *RegisterContextPOSIX_x86::GetRegisterName(unsigned reg) { function in class:RegisterContextPOSIX_x86
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DNativeRegisterContext.cpp89 const char *NativeRegisterContext::GetRegisterName(uint32_t reg) { function in class:NativeRegisterContext
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DRegisterContext.cpp88 const char *RegisterContext::GetRegisterName(uint32_t reg) { function in class:RegisterContext
/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp207 const char *EmulateInstructionMIPS64::GetRegisterName(unsigned reg_num, function in class:EmulateInstructionMIPS64
/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp220 const char *EmulateInstructionMIPS::GetRegisterName(unsigned reg_num, function in class:EmulateInstructionMIPS
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM.cpp514 const char *RegisterContextMinidump_ARM::GetRegisterName(unsigned reg) { function in class:RegisterContextMinidump_ARM
H A DRegisterContextMinidump_ARM64.cpp799 const char *RegisterContextMinidump_ARM64::GetRegisterName(unsigned reg) { function in class:RegisterContextMinidump_ARM64
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1906 auto GetRegisterName = [](MCRegister Reg) -> StringRef { local

Completed in 162 milliseconds