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

Declarations

tools/lldb/include/lldb/Symbol/UnwindPlan.h
  418   UnwindPlan::RowSP GetRowForFunctionOffset(int offset) const;

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  209         m_full_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset);
  376       UnwindPlan::RowSP row = m_full_unwind_plan_sp->GetRowForFunctionOffset(0);
  535         m_fast_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset);
  548       active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset(valid_offset);
 1169         m_fast_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset);
 1198           m_full_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset);
 1303               m_full_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset);
 1628       m_fallback_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset);
 1709       m_fallback_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset);
tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
   70   UnwindPlan::RowSP first_row = unwind_plan.GetRowForFunctionOffset(0);
   71   UnwindPlan::RowSP last_row = unwind_plan.GetRowForFunctionOffset(-1);
tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
 1368   UnwindPlan::RowSP original_last_row = unwind_plan.GetRowForFunctionOffset(-1);
tools/lldb/unittests/UnwindAssembly/ARM64/TestArm64InstEmulation.cpp
   93   row_sp = unwind_plan.GetRowForFunctionOffset(0);
  100   row_sp = unwind_plan.GetRowForFunctionOffset(4);
  115   row_sp = unwind_plan.GetRowForFunctionOffset(8);
  130   row_sp = unwind_plan.GetRowForFunctionOffset(16);
  145   row_sp = unwind_plan.GetRowForFunctionOffset(20);
  210   row_sp = unwind_plan.GetRowForFunctionOffset(0);
  217   row_sp = unwind_plan.GetRowForFunctionOffset(4);
  231   row_sp = unwind_plan.GetRowForFunctionOffset(8);
  246   row_sp = unwind_plan.GetRowForFunctionOffset(12);
  261   row_sp = unwind_plan.GetRowForFunctionOffset(16);
  269   row_sp = unwind_plan.GetRowForFunctionOffset(28);
  277   row_sp = unwind_plan.GetRowForFunctionOffset(32);
  290   row_sp = unwind_plan.GetRowForFunctionOffset(36);
  301   row_sp = unwind_plan.GetRowForFunctionOffset(40);
  364   row_sp = unwind_plan.GetRowForFunctionOffset(0);
  370   row_sp = unwind_plan.GetRowForFunctionOffset(32);
  388   row_sp = unwind_plan.GetRowForFunctionOffset(36);
  393   row_sp = unwind_plan.GetRowForFunctionOffset(52);
  398   row_sp = unwind_plan.GetRowForFunctionOffset(56);
  403   row_sp = unwind_plan.GetRowForFunctionOffset(60);
  490   row_sp = unwind_plan.GetRowForFunctionOffset(36);
  500   row_sp = unwind_plan.GetRowForFunctionOffset(40);
  606   row_sp = unwind_plan.GetRowForFunctionOffset(28);
  645   row_sp = unwind_plan.GetRowForFunctionOffset(60);
tools/lldb/unittests/UnwindAssembly/PPC64/TestPPC64InstEmulation.cpp
   99   row_sp = unwind_plan.GetRowForFunctionOffset(0);
  106   row_sp = unwind_plan.GetRowForFunctionOffset(16);
  117   row_sp = unwind_plan.GetRowForFunctionOffset(20);
  128   row_sp = unwind_plan.GetRowForFunctionOffset(24);
  143   row_sp = unwind_plan.GetRowForFunctionOffset(28);
  158   row_sp = unwind_plan.GetRowForFunctionOffset(40);
  211   row_sp = unwind_plan.GetRowForFunctionOffset(0);
  218   row_sp = unwind_plan.GetRowForFunctionOffset(8);
  229   row_sp = unwind_plan.GetRowForFunctionOffset(12);
  240   row_sp = unwind_plan.GetRowForFunctionOffset(16);
  246   row_sp = unwind_plan.GetRowForFunctionOffset(32);
  253   row_sp = unwind_plan.GetRowForFunctionOffset(36);
tools/lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
  175   UnwindPlan::RowSP row_sp = unwind_plan.GetRowForFunctionOffset(0);
  186   row_sp = unwind_plan.GetRowForFunctionOffset(1);
  197   row_sp = unwind_plan.GetRowForFunctionOffset(4);
  208   row_sp = unwind_plan.GetRowForFunctionOffset(7);
  251   UnwindPlan::RowSP row_sp = unwind_plan.GetRowForFunctionOffset(0);
  262   row_sp = unwind_plan.GetRowForFunctionOffset(1);
  273   row_sp = unwind_plan.GetRowForFunctionOffset(3);
  284   row_sp = unwind_plan.GetRowForFunctionOffset(6);
  391   UnwindPlan::RowSP row_sp = unwind_plan.GetRowForFunctionOffset(17);
  429   row_sp = unwind_plan.GetRowForFunctionOffset(34);
  661   row_sp = unwind_plan.GetRowForFunctionOffset(10);
  669   row_sp = unwind_plan.GetRowForFunctionOffset(15);
  675   row_sp = unwind_plan.GetRowForFunctionOffset(16);
  706   row_sp = unwind_plan.GetRowForFunctionOffset(23);
  714   row_sp = unwind_plan.GetRowForFunctionOffset(24);
  720   row_sp = unwind_plan.GetRowForFunctionOffset(28);
  726   row_sp = unwind_plan.GetRowForFunctionOffset(36);
  733   row_sp = unwind_plan.GetRowForFunctionOffset(47);
  811   UnwindPlan::RowSP row_sp = unwind_plan.GetRowForFunctionOffset(13);
  843   row_sp = unwind_plan.GetRowForFunctionOffset(22);
  920   UnwindPlan::RowSP row_sp = unwind_plan.GetRowForFunctionOffset(3);
  930   row_sp = unwind_plan.GetRowForFunctionOffset(8);
  939   row_sp = unwind_plan.GetRowForFunctionOffset(9);
  958   row_sp = unwind_plan.GetRowForFunctionOffset(34);
  981   row_sp = unwind_plan.GetRowForFunctionOffset(1);
  996   row_sp = unwind_plan.GetRowForFunctionOffset(1);
 1025   row_sp = unwind_plan.GetRowForFunctionOffset(5);
 1031   row_sp = unwind_plan.GetRowForFunctionOffset(7);
 1041   row_sp = unwind_plan.GetRowForFunctionOffset(5);
 1047   row_sp = unwind_plan.GetRowForFunctionOffset(7);
 1073   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 1082   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 1106   row_sp = unwind_plan.GetRowForFunctionOffset(4);
 1117   row_sp = unwind_plan.GetRowForFunctionOffset(4);
 1123   row_sp = unwind_plan.GetRowForFunctionOffset(10);
 1129   row_sp = unwind_plan.GetRowForFunctionOffset(12);
 1152   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 1180   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 1208   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 1236   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 1264   row_sp = unwind_plan.GetRowForFunctionOffset(1);
 1296   row_sp = unwind_plan.GetRowForFunctionOffset(1);
 1325   row_sp = unwind_plan.GetRowForFunctionOffset(1);
 1354   row_sp = unwind_plan.GetRowForFunctionOffset(1);
 1380   row_sp = unwind_plan.GetRowForFunctionOffset(1);
 1408   row_sp = unwind_plan.GetRowForFunctionOffset(1);
 1435   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 1464   row_sp = unwind_plan.GetRowForFunctionOffset(1);
 1492   row_sp = unwind_plan.GetRowForFunctionOffset(1);
 1519   row_sp = unwind_plan.GetRowForFunctionOffset(3);
 1536   row_sp = unwind_plan.GetRowForFunctionOffset(3);
 1552   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 1568   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 1592   row_sp = unwind_plan.GetRowForFunctionOffset(7);
 1608   row_sp = unwind_plan.GetRowForFunctionOffset(4);
 1632   row_sp = unwind_plan.GetRowForFunctionOffset(6);
 1648   row_sp = unwind_plan.GetRowForFunctionOffset(3);
 1672   row_sp = unwind_plan.GetRowForFunctionOffset(7);
 1688   row_sp = unwind_plan.GetRowForFunctionOffset(4);
 1712   row_sp = unwind_plan.GetRowForFunctionOffset(6);
 1728   row_sp = unwind_plan.GetRowForFunctionOffset(3);
 1755   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 1781   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 1807   row_sp = unwind_plan.GetRowForFunctionOffset(4);
 1833   row_sp = unwind_plan.GetRowForFunctionOffset(4);
 1859   row_sp = unwind_plan.GetRowForFunctionOffset(4);
 1885   row_sp = unwind_plan.GetRowForFunctionOffset(4);
 1911   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 1937   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 1963   row_sp = unwind_plan.GetRowForFunctionOffset(4);
 1989   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 2015   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 2050   row_sp = unwind_plan.GetRowForFunctionOffset(4);
 2056   row_sp = unwind_plan.GetRowForFunctionOffset(7);
 2082   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 2092   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 2121   row_sp = unwind_plan.GetRowForFunctionOffset(5);
 2150   row_sp = unwind_plan.GetRowForFunctionOffset(19);
 2188   row_sp = unwind_plan.GetRowForFunctionOffset(12);
 2272   row_sp = unwind_plan.GetRowForFunctionOffset(5);
 2276   row_sp = unwind_plan.GetRowForFunctionOffset(12);
 2282   row_sp = unwind_plan.GetRowForFunctionOffset(13);
 2287   row_sp = unwind_plan.GetRowForFunctionOffset(20);
 2357   row_sp = unwind_plan.GetRowForFunctionOffset(6);
 2435   row_sp = unwind_plan.GetRowForFunctionOffset(5);
 2472   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 2487   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 2521   EXPECT_EQ(esp_plus_4, plan.GetRowForFunctionOffset(0)->GetCFAValue());
 2522   EXPECT_EQ(esp_plus_8, plan.GetRowForFunctionOffset(1)->GetCFAValue());
 2524     EXPECT_EQ(ebp_plus_8, plan.GetRowForFunctionOffset(i)->GetCFAValue())
 2527             plan.GetRowForFunctionOffset(sizeof(data) - 1)->GetCFAValue());
 2555   EXPECT_EQ(rsp_plus_8, plan.GetRowForFunctionOffset(0)->GetCFAValue());
 2556   EXPECT_EQ(rsp_plus_16, plan.GetRowForFunctionOffset(1)->GetCFAValue());
 2558     EXPECT_EQ(rbp_plus_16, plan.GetRowForFunctionOffset(i)->GetCFAValue())
 2561             plan.GetRowForFunctionOffset(sizeof(data) - 1)->GetCFAValue());
 2599   EXPECT_EQ(esp_plus_4, plan.GetRowForFunctionOffset(0)->GetCFAValue());
 2600   EXPECT_EQ(esp_plus_8, plan.GetRowForFunctionOffset(1)->GetCFAValue());
 2602     EXPECT_EQ(ebx_plus_8, plan.GetRowForFunctionOffset(i)->GetCFAValue())
 2604   EXPECT_EQ(esp_plus_4, plan.GetRowForFunctionOffset(33)->GetCFAValue());
 2607   EXPECT_EQ(esp_plus_0, plan.GetRowForFunctionOffset(12)->GetAFAValue());
 2608   EXPECT_EQ(esp_minus_4, plan.GetRowForFunctionOffset(15)->GetAFAValue());
 2609   EXPECT_EQ(esp_plus_0, plan.GetRowForFunctionOffset(16)->GetAFAValue());
 2611     EXPECT_EQ(ebp_plus_0, plan.GetRowForFunctionOffset(i)->GetAFAValue())
 2613   EXPECT_EQ(esp_minus_4, plan.GetRowForFunctionOffset(30)->GetAFAValue());
 2618       plan.GetRowForFunctionOffset(27)->GetRegisterInfo(k_edi, reg_loc));
 2697   UnwindPlan::RowSP row_sp = unwind_plan.GetRowForFunctionOffset(0);
 2708   row_sp = unwind_plan.GetRowForFunctionOffset(1);
 2719   row_sp = unwind_plan.GetRowForFunctionOffset(4);
 2730   row_sp = unwind_plan.GetRowForFunctionOffset(7);
 2741   row_sp = unwind_plan.GetRowForFunctionOffset(8);
 2752   row_sp = unwind_plan.GetRowForFunctionOffset(11);
 2763   row_sp = unwind_plan.GetRowForFunctionOffset(12);
 2774   row_sp = unwind_plan.GetRowForFunctionOffset(15);
 2785   row_sp = unwind_plan.GetRowForFunctionOffset(18);
 2796   row_sp = unwind_plan.GetRowForFunctionOffset(21);
 2807   row_sp = unwind_plan.GetRowForFunctionOffset(24);
 2862   UnwindPlan::RowSP row_sp = unwind_plan.GetRowForFunctionOffset(16);
 2871   row_sp = unwind_plan.GetRowForFunctionOffset(18);
 2880   row_sp = unwind_plan.GetRowForFunctionOffset(27);
 2889   row_sp = unwind_plan.GetRowForFunctionOffset(33);
 2904   row_sp = unwind_plan.GetRowForFunctionOffset(16);
 2913   row_sp = unwind_plan.GetRowForFunctionOffset(18);
 2922   row_sp = unwind_plan.GetRowForFunctionOffset(27);
 2931   row_sp = unwind_plan.GetRowForFunctionOffset(33);