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

References

tools/lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
 2082   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 2083   EXPECT_EQ(2ull, row_sp->GetOffset());
 2084   EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp);
 2085   EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true);
 2086   EXPECT_EQ(8, row_sp->GetCFAValue().GetOffset());
 2087   EXPECT_FALSE(row_sp->GetRegisterInfo(k_rbp, regloc));
 2092   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 2093   EXPECT_EQ(2ull, row_sp->GetOffset());
 2094   EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp);
 2095   EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true);
 2096   EXPECT_EQ(4, row_sp->GetCFAValue().GetOffset());
 2097   EXPECT_FALSE(row_sp->GetRegisterInfo(k_ebp, regloc));