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

References

tools/lldb/unittests/UnwindAssembly/PPC64/TestPPC64InstEmulation.cpp
  224   EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_r31_ppc64le, regloc));
  225   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
  226   EXPECT_EQ(-8, regloc.GetOffset());
  235   EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc));
  236   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
  237   EXPECT_EQ(16, regloc.GetOffset());