Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDRegisterContextLLDB.cpp1189 RegisterKind unwindplan_registerkind = kNumRegisterKinds; in SavedLocationForRegister() local
1194 unwindplan_registerkind = m_fast_unwind_plan_sp->GetRegisterKind (); in SavedLocationForRegister()
1195 if (regnum.GetAsKind (unwindplan_registerkind) == LLDB_INVALID_REGNUM) in SavedLocationForRegister()
1198 … regnum.GetName(), regnum.GetAsKind (eRegisterKindLLDB), (int) unwindplan_registerkind); in SavedLocationForRegister()
1201 … if (active_row->GetRegisterInfo (regnum.GetAsKind (unwindplan_registerkind), unwindplan_regloc)) in SavedLocationForRegister()
1220 unwindplan_registerkind = m_full_unwind_plan_sp->GetRegisterKind (); in SavedLocationForRegister()
1238 if (regnum.GetAsKind (unwindplan_registerkind) == LLDB_INVALID_REGNUM) in SavedLocationForRegister()
1240 if (unwindplan_registerkind == eRegisterKindGeneric) in SavedLocationForRegister()
1248 … regnum.GetName(), regnum.GetAsKind (eRegisterKindLLDB), (int) unwindplan_registerkind); in SavedLocationForRegister()
1255 … && active_row->GetRegisterInfo (regnum.GetAsKind (unwindplan_registerkind), unwindplan_regloc)) in SavedLocationForRegister()
[all …]