Searched refs:GetRegisterKind (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 85 m_inst_emulator_up->GetRegisterInfo(unwind_plan.GetRegisterKind(), in GetNonCallSiteUnwindPlanFromAssembly() 171 m_unwind_plan_ptr->GetRegisterKind(); in GetNonCallSiteUnwindPlanFromAssembly() 218 m_unwind_plan_ptr->GetRegisterKind(); in GetNonCallSiteUnwindPlanFromAssembly() 470 const uint32_t unwind_reg_kind = m_unwind_plan_ptr->GetRegisterKind(); in WriteMemory() 584 lldb::RegisterKind kind = m_unwind_plan_ptr->GetRegisterKind(); in WriteRegister() 617 reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()]; in WriteRegister() 653 reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()]; in WriteRegister() 666 reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()]; in WriteRegister()
|
| /freebsd-13.1/contrib/llvm-project/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 | 1346 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-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 222 row_register_kind = lang_runtime_plan_sp->GetRegisterKind(); in InitializeZerothFrame() 249 row_register_kind = m_full_unwind_plan_sp->GetRegisterKind(); in InitializeZerothFrame() 592 row_register_kind = lang_runtime_plan_sp->GetRegisterKind(); in InitializeNonZerothFrame() 626 row_register_kind = m_fast_unwind_plan_sp->GetRegisterKind(); in InitializeNonZerothFrame() 641 row_register_kind = m_full_unwind_plan_sp->GetRegisterKind(); in InitializeNonZerothFrame() 1266 unwindplan_registerkind = m_fast_unwind_plan_sp->GetRegisterKind(); in SavedLocationForRegister() 1341 m_thread, m_full_unwind_plan_sp->GetRegisterKind(), in SavedLocationForRegister() 1769 if (!ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in TryFallbackUnwindPlan() 1779 ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(), in TryFallbackUnwindPlan() 1854 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
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RegisterNumber.h | 45 lldb::RegisterKind GetRegisterKind() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | DWARFCallFrameInfo.h | 162 lldb::RegisterKind GetRegisterKind() const { in GetRegisterKind() function
|
| H A D | UnwindPlan.h | 437 lldb::RegisterKind GetRegisterKind() const { return m_register_kind; } in GetRegisterKind() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | DWARFExpression.h | 143 int GetRegisterKind();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 631 unwind_plan.SetRegisterKind(GetRegisterKind()); in FDEToUnwindPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 99 int DWARFExpression::GetRegisterKind() { return m_reg_kind; } in GetRegisterKind() function in DWARFExpression
|