Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DFuncUnwinders.cpp40 m_unwind_plan_arm_unwind_sp(), m_unwind_plan_fast_sp(), in FuncUnwinders()
437 if (m_unwind_plan_fast_sp.get() || m_tried_unwind_fast) in GetUnwindPlanFastUnwind()
438 return m_unwind_plan_fast_sp; in GetUnwindPlanFastUnwind()
444 m_unwind_plan_fast_sp = in GetUnwindPlanFastUnwind()
447 *m_unwind_plan_fast_sp)) { in GetUnwindPlanFastUnwind()
448 m_unwind_plan_fast_sp.reset(); in GetUnwindPlanFastUnwind()
451 return m_unwind_plan_fast_sp; in GetUnwindPlanFastUnwind()
/external/llvm-project/lldb/include/lldb/Symbol/
DFuncUnwinders.h133 lldb::UnwindPlanSP m_unwind_plan_fast_sp; variable