Searched refs:m_full_unwind_plan_sp (Results 1 – 2 of 2) sorted by relevance
61 m_fast_unwind_plan_sp(), m_full_unwind_plan_sp(), in RegisterContextUnwind()208 m_full_unwind_plan_sp = GetFullUnwindPlanForFrame(); in InitializeZerothFrame()226 m_full_unwind_plan_sp = lang_runtime_plan_sp; in InitializeZerothFrame()244 if (m_full_unwind_plan_sp && in InitializeZerothFrame()245 m_full_unwind_plan_sp->PlanValidAtAddress(m_current_pc)) { in InitializeZerothFrame()247 m_full_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset); in InitializeZerothFrame()248 row_register_kind = m_full_unwind_plan_sp->GetRegisterKind(); in InitializeZerothFrame()251 active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread, in InitializeZerothFrame()305 m_full_unwind_plan_sp->GetSourceName().GetCString()); in InitializeZerothFrame()434 m_full_unwind_plan_sp = in InitializeNonZerothFrame()[all …]
219 lldb::UnwindPlanSP m_full_unwind_plan_sp; variable