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

References

tools/lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
  981   row_sp = unwind_plan.GetRowForFunctionOffset(1);
  983   EXPECT_EQ(1ull, row_sp->GetOffset());
  984   EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp);
  985   EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true);
  986   EXPECT_EQ(16, row_sp->GetCFAValue().GetOffset());
  988   EXPECT_TRUE(row_sp->GetRegisterInfo(k_rbp, regloc));
  996   row_sp = unwind_plan.GetRowForFunctionOffset(1);
  998   EXPECT_EQ(1ull, row_sp->GetOffset());
  999   EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp);
 1000   EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true);
 1001   EXPECT_EQ(8, row_sp->GetCFAValue().GetOffset());
 1003   EXPECT_TRUE(row_sp->GetRegisterInfo(k_rbp, regloc));