Searched refs:GetFastUnwindPlanForFrame (Results 1 – 2 of 2) sorted by relevance
195 lldb::UnwindPlanSP GetFastUnwindPlanForFrame();
208 m_fast_unwind_plan_sp = GetFastUnwindPlanForFrame(); in InitializeZerothFrame()551 m_fast_unwind_plan_sp = GetFastUnwindPlanForFrame(); in InitializeNonZerothFrame()661 UnwindPlanSP RegisterContextLLDB::GetFastUnwindPlanForFrame() { in GetFastUnwindPlanForFrame() function in RegisterContextLLDB