Home
last modified time | relevance | path

Searched defs:lldb_regnum (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Target/
DRegisterContextUnwind.cpp1148 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc) { in SavedLocationForRegister()
1971 uint32_t lldb_regnum; in ReadGPRValue() local
2028 const uint32_t lldb_regnum = reg_info->kinds[eRegisterKindLLDB]; in ReadRegister() local
2059 const uint32_t lldb_regnum = reg_info->kinds[eRegisterKindLLDB]; in WriteRegister() local
DUnwindLLDB.cpp470 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc, in SearchForSavedLocationForRegister()
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
Dx86AssemblyInspectionEngine.h49 uint32_t lldb_regnum; member