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

References

tools/lldb/unittests/UnwindAssembly/PPC64/TestPPC64InstEmulation.cpp
  112   EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_r31_ppc64le, regloc));
  113   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
  114   EXPECT_EQ(-8, regloc.GetOffset());
  123   EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc));
  124   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
  125   EXPECT_EQ(16, regloc.GetOffset());
  134   EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_r31_ppc64le, regloc));
  135   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
  136   EXPECT_EQ(-8, regloc.GetOffset());
  138   EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc));
  139   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
  140   EXPECT_EQ(16, regloc.GetOffset());
  149   EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_r31_ppc64le, regloc));
  150   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
  151   EXPECT_EQ(-8, regloc.GetOffset());
  153   EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc));
  154   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
  155   EXPECT_EQ(16, regloc.GetOffset());
  164   EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_r31_ppc64le, regloc));
  165   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
  166   EXPECT_EQ(-8, regloc.GetOffset());
  168   EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc));
  169   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
  170   EXPECT_EQ(16, regloc.GetOffset());