Home
last modified time | relevance | path

Searched refs:LLDBTableGetRegisterInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp78 static bool LLDBTableGetRegisterInfo(uint32_t reg_num, RegisterInfo &reg_info) { in LLDBTableGetRegisterInfo() function
113 return LLDBTableGetRegisterInfo(reg_num, reg_info); in GetRegisterInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp51 static bool LLDBTableGetRegisterInfo(uint32_t reg_num, RegisterInfo &reg_info) { in LLDBTableGetRegisterInfo() function
204 return LLDBTableGetRegisterInfo(reg_num, reg_info); in GetRegisterInfo()