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

Declarations

tools/lldb/include/lldb/Symbol/UnwindPlan.h
  491   int GetRowCount() const;

References

tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
   65     if (unwind_plan.GetRowCount() == 0)
  273     return unwind_plan.GetRowCount() > 0;
tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
 1352   if (unwind_plan.GetRowCount() < 2)
 1409     while (row_id < unwind_plan.GetRowCount() &&
tools/lldb/source/Symbol/UnwindPlan.cpp
  435   if (GetRowCount() == 0) {
tools/lldb/unittests/ObjectFile/PECOFF/TestPECallFrameInfo.cpp
  219   EXPECT_EQ(plan.GetRowCount(), 7);
  261   EXPECT_EQ(plan.GetRowCount(), 2);
  283   EXPECT_EQ(plan.GetRowCount(), 11);
tools/lldb/unittests/Symbol/TestDWARFCallFrameInfo.cpp
  253   ASSERT_EQ(3, plan.GetRowCount());