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

References

tools/lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
 1937   row_sp = unwind_plan.GetRowForFunctionOffset(2);
 1938   EXPECT_EQ(2ull, row_sp->GetOffset());
 1939   EXPECT_TRUE(row_sp->GetCFAValue().GetRegisterNumber() == k_rsp);
 1940   EXPECT_TRUE(row_sp->GetCFAValue().IsRegisterPlusOffset() == true);
 1941   EXPECT_EQ(4, row_sp->GetCFAValue().GetOffset());
 1942   EXPECT_FALSE(row_sp->GetRegisterInfo(k_ebp, regloc));