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

References

tools/lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
  181   EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc));
  182   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
  183   EXPECT_EQ(-8, regloc.GetOffset());
  192   EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc));
  193   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
  194   EXPECT_EQ(-8, regloc.GetOffset());
  203   EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc));
  204   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
  205   EXPECT_EQ(-8, regloc.GetOffset());
  214   EXPECT_TRUE(row_sp->GetRegisterInfo(k_rip, regloc));
  215   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
  216   EXPECT_EQ(-8, regloc.GetOffset());