Searched refs:m_unwind_plan_fast_sp (Results 1 – 2 of 2) sorted by relevance
40 m_unwind_plan_fast_sp (), in FuncUnwinders()140 if (m_tried_unwind_fast == false && m_unwind_plan_fast_sp.get() == NULL) in GetUnwindPlanFastUnwind()143 m_unwind_plan_fast_sp.reset (new UnwindPlan (lldb::eRegisterKindGeneric)); in GetUnwindPlanFastUnwind()144 if (!m_assembly_profiler->GetFastUnwindPlan (m_range, thread, *m_unwind_plan_fast_sp)) in GetUnwindPlanFastUnwind()145 m_unwind_plan_fast_sp.reset(); in GetUnwindPlanFastUnwind()147 return m_unwind_plan_fast_sp; in GetUnwindPlanFastUnwind()
86 lldb::UnwindPlanSP m_unwind_plan_fast_sp; variable