Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp51 m_tried_unwind_plan_symbol_file(false), m_tried_unwind_fast(false), in FuncUnwinders()
437 if (m_unwind_plan_fast_sp.get() || m_tried_unwind_fast) in GetUnwindPlanFastUnwind()
440 m_tried_unwind_fast = true; in GetUnwindPlanFastUnwind()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h147 m_tried_unwind_fast : 1, m_tried_unwind_arch_default : 1, variable