Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp43 m_tried_unwind_plan_assembly(false), m_tried_unwind_plan_eh_frame(false), in FuncUnwinders()
127 if (m_unwind_plan_eh_frame_sp.get() || m_tried_unwind_plan_eh_frame) in GetEHFrameUnwindPlan()
130 m_tried_unwind_plan_eh_frame = true; in GetEHFrameUnwindPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h139 bool m_tried_unwind_plan_assembly : 1, m_tried_unwind_plan_eh_frame : 1, variable