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

References

tools/lldb/unittests/UnwindAssembly/ARM64/TestArm64InstEmulation.cpp
  375   EXPECT_FALSE(row_sp->GetRegisterInfo(gpr_x19_arm64, regloc));
  376   EXPECT_FALSE(row_sp->GetRegisterInfo(gpr_x20_arm64, regloc));
  377   EXPECT_FALSE(row_sp->GetRegisterInfo(gpr_x21_arm64, regloc));
  378   EXPECT_FALSE(row_sp->GetRegisterInfo(gpr_x22_arm64, regloc));
  379   EXPECT_FALSE(row_sp->GetRegisterInfo(gpr_x23_arm64, regloc));
  380   EXPECT_FALSE(row_sp->GetRegisterInfo(gpr_x24_arm64, regloc));
  381   EXPECT_FALSE(row_sp->GetRegisterInfo(gpr_x25_arm64, regloc));
  382   EXPECT_FALSE(row_sp->GetRegisterInfo(gpr_x26_arm64, regloc));
  383   EXPECT_FALSE(row_sp->GetRegisterInfo(gpr_x27_arm64, regloc));
  384   EXPECT_FALSE(row_sp->GetRegisterInfo(gpr_x28_arm64, regloc));
  385   EXPECT_FALSE(row_sp->GetRegisterInfo(gpr_fp_arm64, regloc));
  386   EXPECT_FALSE(row_sp->GetRegisterInfo(gpr_lr_arm64, regloc));