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

Overridden By

tools/lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.cpp
  460 bool PECallFrameInfo::GetUnwindPlan(const Address &addr,

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  792       if (object_file_unwind->GetUnwindPlan(m_current_pc, *unwind_plan_sp))
tools/lldb/unittests/ObjectFile/PECOFF/TestPECallFrameInfo.cpp
  213   EXPECT_TRUE(cfi->GetUnwindPlan(Address(file_addr, sect_list), plan));