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

References

tools/lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
 2188   row_sp = unwind_plan.GetRowForFunctionOffset(12);
 2189   EXPECT_EQ(12ull, row_sp->GetOffset());
 2190   EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rbp);
 2191   EXPECT_EQ(8, row_sp->GetCFAValue().GetOffset());
 2193   EXPECT_TRUE(row_sp->GetRegisterInfo(k_ebx, regloc));
 2197   EXPECT_TRUE(row_sp->GetRegisterInfo(k_esi, regloc));