Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp61 static bool LLDBTableGetRegisterInfo(uint32_t reg_num, RegisterInfo &reg_info) { in LLDBTableGetRegisterInfo() function
96 return LLDBTableGetRegisterInfo(reg_num, reg_info); in GetRegisterInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp54 static bool LLDBTableGetRegisterInfo(uint32_t reg_num, RegisterInfo &reg_info) { in LLDB_PLUGIN_DEFINE_ADV()
179 return LLDBTableGetRegisterInfo(reg_num, reg_info); in GetRegisterInfo()