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

Declarations

tools/lldb/include/lldb/Symbol/DWARFCallFrameInfo.h
   49   bool GetUnwindPlan(const Address &addr, UnwindPlan &unwind_plan);

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  771       if (eh_frame->GetUnwindPlan(m_current_pc, *unwind_plan_sp))
tools/lldb/unittests/Symbol/TestDWARFCallFrameInfo.cpp
  252   ASSERT_TRUE(cfi.GetUnwindPlan(sym->GetAddress(), plan));