Home
last modified time | relevance | path

Searched refs:m_unwind_plan_ptr (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp81 m_unwind_plan_ptr = &unwind_plan; 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()
DUnwindAssemblyInstEmulation.h66 m_range_ptr(nullptr), m_unwind_plan_ptr(nullptr), m_curr_row(), in UnwindAssemblyInstEmulation()
129 lldb_private::UnwindPlan *m_unwind_plan_ptr; variable