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

References

tools/lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
 1408   row_sp = unwind_plan.GetRowForFunctionOffset(1);
 1409   EXPECT_EQ(1ull, row_sp->GetOffset());
 1410   EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_esp);
 1411   EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true);
 1412   EXPECT_EQ(8, row_sp->GetCFAValue().GetOffset());
 1414   EXPECT_TRUE(row_sp->GetRegisterInfo(k_ebp, regloc));