Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
HDUnwindAssembly-x86.cpp93 RegisterNumber(thread, unwind_plan.GetRegisterKind(), in AugmentUnwindPlanFromCallSite()
101 pc_regnum.GetAsKind(unwind_plan.GetRegisterKind()), in AugmentUnwindPlanFromCallSite()
130 pc_regnum.GetAsKind(unwind_plan.GetRegisterKind()), in AugmentUnwindPlanFromCallSite()
HDx86AssemblyInspectionEngine.cpp1346 unwind_plan.GetRegisterKind() != eRegisterKindLLDB) in AugmentUnwindPlanFromCallSite()
1359 if (unwind_plan.GetRegisterKind() != eRegisterKindLLDB) { in AugmentUnwindPlanFromCallSite()
1361 unwind_plan.GetRegisterKind(), in AugmentUnwindPlanFromCallSite()
1427 if (unwind_plan.GetRegisterKind() != eRegisterKindLLDB) { in AugmentUnwindPlanFromCallSite()
1429 unwind_plan.GetRegisterKind(), in AugmentUnwindPlanFromCallSite()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
HDUnwindAssemblyInstEmulation.cpp83 m_inst_emulator_up->GetRegisterInfo(unwind_plan.GetRegisterKind(), in GetNonCallSiteUnwindPlanFromAssembly()
440 const uint32_t unwind_reg_kind = m_unwind_plan_ptr->GetRegisterKind(); in WriteMemory()
554 lldb::RegisterKind kind = m_unwind_plan_ptr->GetRegisterKind(); in WriteRegister()
587 reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()]; in WriteRegister()
623 reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()]; in WriteRegister()
636 reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()]; in WriteRegister()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContextLLDB.cpp210 row_register_kind = m_full_unwind_plan_sp->GetRegisterKind(); in InitializeZerothFrame()
375 RegisterKind row_register_kind = m_full_unwind_plan_sp->GetRegisterKind(); in InitializeNonZerothFrame()
536 row_register_kind = m_fast_unwind_plan_sp->GetRegisterKind(); in InitializeNonZerothFrame()
549 row_register_kind = m_full_unwind_plan_sp->GetRegisterKind(); in InitializeNonZerothFrame()
1170 unwindplan_registerkind = m_fast_unwind_plan_sp->GetRegisterKind(); in SavedLocationForRegister()
1199 unwindplan_registerkind = m_full_unwind_plan_sp->GetRegisterKind(); in SavedLocationForRegister()
1211 m_thread, m_full_unwind_plan_sp->GetRegisterKind(), in SavedLocationForRegister()
1301 unwindplan_registerkind = m_full_unwind_plan_sp->GetRegisterKind(); in SavedLocationForRegister()
1634 if (!ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in TryFallbackUnwindPlan()
1644 ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in TryFallbackUnwindPlan()
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDRegisterNumber.h45 lldb::RegisterKind GetRegisterKind() const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDDWARFCallFrameInfo.h162 lldb::RegisterKind GetRegisterKind() const { in GetRegisterKind() function
HDUnwindPlan.h420 lldb::RegisterKind GetRegisterKind() const { return m_register_kind; } in GetRegisterKind() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDRegisterNumber.cpp105 lldb::RegisterKind RegisterNumber::GetRegisterKind() const { return m_kind; } in GetRegisterKind() function in RegisterNumber
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDDWARFExpression.h143 int GetRegisterKind();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDDWARFCallFrameInfo.cpp632 unwind_plan.SetRegisterKind(GetRegisterKind()); in FDEToUnwindPlan()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDDWARFExpression.cpp102 int DWARFExpression::GetRegisterKind() { return m_reg_kind; } in GetRegisterKind() function in DWARFExpression