Searched refs:GetRegisterKind (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 87 m_inst_emulator_up->GetRegisterInfo(unwind_plan.GetRegisterKind(), in GetNonCallSiteUnwindPlanFromAssembly() 173 m_unwind_plan_ptr->GetRegisterKind(); in GetNonCallSiteUnwindPlanFromAssembly() 220 m_unwind_plan_ptr->GetRegisterKind(); in GetNonCallSiteUnwindPlanFromAssembly() 461 const uint32_t unwind_reg_kind = m_unwind_plan_ptr->GetRegisterKind(); in WriteMemory() 575 lldb::RegisterKind kind = m_unwind_plan_ptr->GetRegisterKind(); in WriteRegister() 608 reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()]; in WriteRegister() 633 sp_reg_info.kinds[m_unwind_plan_ptr->GetRegisterKind()]; in WriteRegister() 664 reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()]; in WriteRegister() 677 reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()]; in WriteRegister()
|
| /llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | UnwindAssembly-x86.cpp | 94 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 D | x86AssemblyInspectionEngine.cpp | 1347 unwind_plan.GetRegisterKind() != eRegisterKindLLDB) in AugmentUnwindPlanFromCallSite() 1360 if (unwind_plan.GetRegisterKind() != eRegisterKindLLDB) { in AugmentUnwindPlanFromCallSite() 1362 unwind_plan.GetRegisterKind(), in AugmentUnwindPlanFromCallSite() 1428 if (unwind_plan.GetRegisterKind() != eRegisterKindLLDB) { in AugmentUnwindPlanFromCallSite() 1430 unwind_plan.GetRegisterKind(), in AugmentUnwindPlanFromCallSite()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 220 row_register_kind = lang_runtime_plan_sp->GetRegisterKind(); in InitializeZerothFrame() 247 row_register_kind = m_full_unwind_plan_sp->GetRegisterKind(); in InitializeZerothFrame() 593 row_register_kind = lang_runtime_plan_sp->GetRegisterKind(); in InitializeNonZerothFrame() 627 row_register_kind = m_fast_unwind_plan_sp->GetRegisterKind(); in InitializeNonZerothFrame() 642 row_register_kind = m_full_unwind_plan_sp->GetRegisterKind(); in InitializeNonZerothFrame() 1275 unwindplan_registerkind = m_fast_unwind_plan_sp->GetRegisterKind(); in SavedLocationForRegister() 1351 m_thread, m_full_unwind_plan_sp->GetRegisterKind(), in SavedLocationForRegister() 1781 if (!ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in TryFallbackUnwindPlan() 1791 ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in TryFallbackUnwindPlan() 1866 if (!ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in ForceSwitchToFallbackUnwindPlan() [all …]
|
| H A D | RegisterNumber.cpp | 103 lldb::RegisterKind RegisterNumber::GetRegisterKind() const { return m_kind; } in GetRegisterKind() function in RegisterNumber
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | RegisterNumber.h | 45 lldb::RegisterKind GetRegisterKind() const;
|
| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | DWARFExpression.h | 90 lldb::RegisterKind GetRegisterKind() const;
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | DWARFCallFrameInfo.h | 163 lldb::RegisterKind GetRegisterKind() const { in GetRegisterKind() function
|
| H A D | UnwindPlan.h | 435 lldb::RegisterKind GetRegisterKind() const { return m_register_kind; } in GetRegisterKind() function
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | DWARFExpressionList.cpp | 244 reg_kind = expr.GetRegisterKind(); in Evaluate()
|
| H A D | DWARFExpression.cpp | 77 RegisterKind DWARFExpression::GetRegisterKind() const { return m_reg_kind; } in GetRegisterKind() function in DWARFExpression
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 631 unwind_plan.SetRegisterKind(GetRegisterKind()); in FDEToUnwindPlan()
|