Home
last modified time | relevance | path

Searched refs:lldb_regnum (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Target/
DUnwindLLDB.cpp470 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc, in SearchForSavedLocationForRegister() argument
482 lldb_regnum, regloc); in SearchForSavedLocationForRegister()
488 lldb_regnum, regloc); in SearchForSavedLocationForRegister()
508 lldb_regnum = regloc.location.register_number; in SearchForSavedLocationForRegister()
DRegisterContextUnwind.cpp1148 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc) { in SavedLocationForRegister() argument
1149 RegisterNumber regnum(m_thread, eRegisterKindLLDB, lldb_regnum); in SavedLocationForRegister()
1971 uint32_t lldb_regnum; in ReadGPRValue() local
1973 lldb_regnum = regnum; in ReadGPRValue()
1975 register_kind, regnum, eRegisterKindLLDB, lldb_regnum)) { in ReadGPRValue()
1979 const RegisterInfo *reg_info = GetRegisterInfoAtIndex(lldb_regnum); in ReadGPRValue()
2005 lldb_regnum, regloc, m_frame_number - 1, pc_register)) { in ReadGPRValue()
2028 const uint32_t lldb_regnum = reg_info->kinds[eRegisterKindLLDB]; in ReadRegister() local
2030 lldb_regnum); in ReadRegister()
2035 lldb_regnum); in ReadRegister()
[all …]
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
Dx86AssemblyInspectionEngine.h49 uint32_t lldb_regnum; member
50 lldb_reg_info() : name(nullptr), lldb_regnum(LLDB_INVALID_REGNUM) {} in lldb_reg_info()
Dx86AssemblyInspectionEngine.cpp133 it->second.lldb_regnum = ri->kinds[eRegisterKindLLDB]; in Initialize()
238 it->second.lldb_regnum = reg_info[i].lldb_regnum; in Initialize()
909 lldb_regno = it->second.lldb_regnum; in machine_regno_to_lldb_regno()
/external/llvm-project/lldb/include/lldb/Target/
DUnwindLLDB.h93 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc,
DRegisterContextUnwind.h146 SavedLocationForRegister(uint32_t lldb_regnum,
/external/llvm-project/lldb/unittests/UnwindAssembly/x86/
DTestx86AssemblyInspectionEngine.cpp106 ri.lldb_regnum = i++; in Getx86_64Inspector()
125 ri.lldb_regnum = i++; in Geti386Inspector()