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

References

tools/lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
 2121   row_sp = unwind_plan.GetRowForFunctionOffset(5);
 2122   EXPECT_EQ(5ull, row_sp->GetOffset());
 2123   EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp);
 2124   EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true);
 2125   EXPECT_EQ(8, row_sp->GetCFAValue().GetOffset());
 2126   EXPECT_FALSE(row_sp->GetRegisterInfo(k_ebp, regloc));