Searched refs:lldb_regnum (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextLLDB.cpp | 1150 RegisterNumber regnum(m_thread, eRegisterKindLLDB, lldb_regnum); in SavedLocationForRegister() 1855 uint32_t lldb_regnum; in ReadGPRValue() local 1857 lldb_regnum = regnum; in ReadGPRValue() 1889 lldb_regnum, regloc, m_frame_number - 1, pc_register)) { in ReadGPRValue() 1912 const uint32_t lldb_regnum = reg_info->kinds[eRegisterKindLLDB]; in ReadRegister() local 1914 lldb_regnum); in ReadRegister() 1919 lldb_regnum); in ReadRegister() 1932 lldb_regnum, regloc, m_frame_number - 1, is_pc_regnum)) in ReadRegister() 1945 lldb_regnum); in WriteRegister() 1950 lldb_regnum); in WriteRegister() [all …]
|
| H A D | UnwindLLDB.cpp | 458 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation ®loc, in SearchForSavedLocationForRegister() argument 470 lldb_regnum, regloc); in SearchForSavedLocationForRegister() 476 lldb_regnum, regloc); in SearchForSavedLocationForRegister() 496 lldb_regnum = regloc.location.register_number; in SearchForSavedLocationForRegister()
|
| H A D | UnwindLLDB.h | 94 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation ®loc,
|
| H A D | RegisterContextLLDB.h | 145 SavedLocationForRegister(uint32_t lldb_regnum,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | x86AssemblyInspectionEngine.h | 50 uint32_t lldb_regnum; member 51 lldb_reg_info() : name(nullptr), lldb_regnum(LLDB_INVALID_REGNUM) {} in lldb_reg_info()
|
| H A D | x86AssemblyInspectionEngine.cpp | 132 it->second.lldb_regnum = ri->kinds[eRegisterKindLLDB]; in Initialize() 237 it->second.lldb_regnum = reg_info[i].lldb_regnum; in Initialize() 703 lldb_regno = it->second.lldb_regnum; in machine_regno_to_lldb_regno()
|