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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DFuncUnwinders.cpp42 m_unwind_plan_fast_sp (),
242 if (m_unwind_plan_fast_sp.get() || m_tried_unwind_fast)
243 return m_unwind_plan_fast_sp;
251 m_unwind_plan_fast_sp.reset (new UnwindPlan (lldb::eRegisterKindGeneric));
252 if (!assembly_profiler_sp->GetFastUnwindPlan (m_range, thread, *m_unwind_plan_fast_sp))
254 m_unwind_plan_fast_sp.reset();
257 return m_unwind_plan_fast_sp;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h129 lldb::UnwindPlanSP m_unwind_plan_fast_sp; member in class:lldb_private::FuncUnwinders

Completed in 102 milliseconds