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

Declarations

tools/lldb/include/lldb/Symbol/DWARFCallFrameInfo.h
   54   bool GetUnwindPlan(const AddressRange &range, UnwindPlan &unwind_plan);

References

tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  152   return GetUnwindPlan(AddressRange(addr, 1), unwind_plan);
tools/lldb/source/Symbol/FuncUnwinders.cpp
  134       if (!eh_frame->GetUnwindPlan(m_range, *m_unwind_plan_eh_frame_sp))
  152       if (!debug_frame->GetUnwindPlan(m_range, *m_unwind_plan_debug_frame_sp))