Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDFuncUnwinders.cpp40 m_unwind_plan_fast_sp (), in FuncUnwinders()
209 if (m_unwind_plan_fast_sp.get() || m_tried_unwind_fast) in GetUnwindPlanFastUnwind()
210 return m_unwind_plan_fast_sp; in GetUnwindPlanFastUnwind()
218 m_unwind_plan_fast_sp.reset (new UnwindPlan (lldb::eRegisterKindGeneric)); in GetUnwindPlanFastUnwind()
219 if (!assembly_profiler_sp->GetFastUnwindPlan (m_range, thread, *m_unwind_plan_fast_sp)) in GetUnwindPlanFastUnwind()
221 m_unwind_plan_fast_sp.reset(); in GetUnwindPlanFastUnwind()
224 return m_unwind_plan_fast_sp; in GetUnwindPlanFastUnwind()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDFuncUnwinders.h125 lldb::UnwindPlanSP m_unwind_plan_fast_sp; variable