Searched refs:GetUnwindPlanFastUnwind (Results 1 – 4 of 4) sorted by relevance
50 GetUnwindPlanFastUnwind (lldb_private::Thread& Thread);
125 FuncUnwinders::GetUnwindPlanFastUnwind (Thread& thread) in GetUnwindPlanFastUnwind() function in FuncUnwinders
591 unwind_plan_sp = func_unwinders_sp->GetUnwindPlanFastUnwind (m_thread); in GetFastUnwindPlanForFrame()
3651 … UnwindPlanSP fast_unwind_plan = func_unwinders_sp->GetUnwindPlanFastUnwind(*thread.get()); in DoExecute()