reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/FuncUnwinders.cpp
  125   if (m_unwind_plan_eh_frame_sp.get() || m_tried_unwind_plan_eh_frame)
  126     return m_unwind_plan_eh_frame_sp;
  132       m_unwind_plan_eh_frame_sp =
  134       if (!eh_frame->GetUnwindPlan(m_range, *m_unwind_plan_eh_frame_sp))
  135         m_unwind_plan_eh_frame_sp.reset();
  138   return m_unwind_plan_eh_frame_sp;