Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp88 unwind_plan.GetRegisterKind(), unwind_plan.GetInitialCFARegister()); in GetNonCallSiteUnwindPlanFromAssembly()
170 m_unwind_plan_ptr->GetRegisterKind(); in GetNonCallSiteUnwindPlanFromAssembly()
217 m_unwind_plan_ptr->GetRegisterKind(); in GetNonCallSiteUnwindPlanFromAssembly()
458 const uint32_t unwind_reg_kind = m_unwind_plan_ptr->GetRegisterKind(); in WriteMemory()
572 lldb::RegisterKind kind = m_unwind_plan_ptr->GetRegisterKind(); in WriteRegister()
607 reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()]; in WriteRegister()
631 sp_reg_info.kinds[m_unwind_plan_ptr->GetRegisterKind()]; in WriteRegister()
662 reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()]; in WriteRegister()
675 reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()]; in WriteRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp94 RegisterNumber(thread, unwind_plan.GetRegisterKind(), in AugmentUnwindPlanFromCallSite()
102 pc_regnum.GetAsKind(unwind_plan.GetRegisterKind()), in AugmentUnwindPlanFromCallSite()
131 pc_regnum.GetAsKind(unwind_plan.GetRegisterKind()), in AugmentUnwindPlanFromCallSite()
H A Dx86AssemblyInspectionEngine.cpp1332 unwind_plan.GetRegisterKind() != eRegisterKindLLDB) in AugmentUnwindPlanFromCallSite()
1345 if (unwind_plan.GetRegisterKind() != eRegisterKindLLDB) { in AugmentUnwindPlanFromCallSite()
1347 unwind_plan.GetRegisterKind(), in AugmentUnwindPlanFromCallSite()
1413 if (unwind_plan.GetRegisterKind() != eRegisterKindLLDB) { in AugmentUnwindPlanFromCallSite()
1415 unwind_plan.GetRegisterKind(), in AugmentUnwindPlanFromCallSite()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp221 row_register_kind = lang_runtime_plan_sp->GetRegisterKind(); in InitializeZerothFrame()
248 row_register_kind = m_full_unwind_plan_sp->GetRegisterKind(); in InitializeZerothFrame()
607 row_register_kind = lang_runtime_plan_sp->GetRegisterKind(); in InitializeNonZerothFrame()
641 row_register_kind = m_fast_unwind_plan_sp->GetRegisterKind(); in InitializeNonZerothFrame()
656 row_register_kind = m_full_unwind_plan_sp->GetRegisterKind(); in InitializeNonZerothFrame()
1289 unwindplan_registerkind = m_fast_unwind_plan_sp->GetRegisterKind(); in SavedLocationForRegister()
1365 m_thread, m_full_unwind_plan_sp->GetRegisterKind(), in SavedLocationForRegister()
1795 if (!ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in TryFallbackUnwindPlan()
1805 ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in TryFallbackUnwindPlan()
1880 if (!ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in ForceSwitchToFallbackUnwindPlan()
[all …]
H A DRegisterNumber.cpp103 lldb::RegisterKind RegisterNumber::GetRegisterKind() const { return m_kind; } in GetRegisterKind() function in RegisterNumber
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterNumber.h45 lldb::RegisterKind GetRegisterKind() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h89 lldb::RegisterKind GetRegisterKind() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h164 lldb::RegisterKind GetRegisterKind() const { in GetRegisterKind() function
H A DUnwindPlan.h435 lldb::RegisterKind GetRegisterKind() const { return m_register_kind; } in GetRegisterKind() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpressionList.cpp244 reg_kind = expr.GetRegisterKind(); in Evaluate()
H A DDWARFExpression.cpp91 RegisterKind DWARFExpression::GetRegisterKind() const { return m_reg_kind; } in GetRegisterKind() function in DWARFExpression
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp632 unwind_plan.SetRegisterKind(GetRegisterKind()); in FDEToUnwindPlan()