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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterNumber.h45 lldb::RegisterKind GetRegisterKind() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp93 RegisterNumber(thread, unwind_plan.GetRegisterKind(),
101 pc_regnum.GetAsKind(unwind_plan.GetRegisterKind()),
130 pc_regnum.GetAsKind(unwind_plan.GetRegisterKind()),
H A Dx86AssemblyInspectionEngine.cpp1346 unwind_plan.GetRegisterKind() != eRegisterKindLLDB)
1359 if (unwind_plan.GetRegisterKind() != eRegisterKindLLDB) {
1361 unwind_plan.GetRegisterKind(),
1427 if (unwind_plan.GetRegisterKind() != eRegisterKindLLDB) {
1429 unwind_plan.GetRegisterKind(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp83 m_inst_emulator_up->GetRegisterInfo(unwind_plan.GetRegisterKind(),
440 const uint32_t unwind_reg_kind = m_unwind_plan_ptr->GetRegisterKind();
537 // reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()];
554 lldb::RegisterKind kind = m_unwind_plan_ptr->GetRegisterKind();
587 reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()];
623 reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()];
636 reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()];
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h162 lldb::RegisterKind GetRegisterKind() const { function in class:lldb_private::DWARFCallFrameInfo
H A DUnwindPlan.h420 lldb::RegisterKind GetRegisterKind() const { return m_register_kind; } function in class:lldb_private::UnwindPlan
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterNumber.cpp105 lldb::RegisterKind RegisterNumber::GetRegisterKind() const { return m_kind; } function in class:RegisterNumber
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp210 row_register_kind = m_full_unwind_plan_sp->GetRegisterKind();
375 RegisterKind row_register_kind = m_full_unwind_plan_sp->GetRegisterKind();
536 row_register_kind = m_fast_unwind_plan_sp->GetRegisterKind();
549 row_register_kind = m_full_unwind_plan_sp->GetRegisterKind();
1170 unwindplan_registerkind = m_fast_unwind_plan_sp->GetRegisterKind();
1199 unwindplan_registerkind = m_full_unwind_plan_sp->GetRegisterKind();
1211 m_thread, m_full_unwind_plan_sp->GetRegisterKind(),
1301 unwindplan_registerkind = m_full_unwind_plan_sp->GetRegisterKind();
1634 if (!ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(),
1644 ReadFrameAddress(m_fallback_unwind_plan_sp->GetRegisterKind(),
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h143 int GetRegisterKind();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp632 unwind_plan.SetRegisterKind(GetRegisterKind());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp102 int DWARFExpression::GetRegisterKind() { return m_reg_kind; } function in class:DWARFExpression

Completed in 176 milliseconds