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

References

tools/lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
  988   EXPECT_TRUE(row_sp->GetRegisterInfo(k_rbp, regloc));
  989   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
  990   EXPECT_EQ(-16, regloc.GetOffset());
 1003   EXPECT_TRUE(row_sp->GetRegisterInfo(k_rbp, regloc));
 1004   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
 1005   EXPECT_EQ(-8, regloc.GetOffset());