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

References

tools/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
   91       reg_num = gpr_lr_ppc64le;
  139   unwind_plan.SetReturnAddressRegister(gpr_lr_ppc64le);
  226       ReadRegisterUnsigned(eRegisterKindLLDB, gpr_lr_ppc64le, 0, &success);
  294         ReadRegisterUnsigned(eRegisterKindLLDB, gpr_lr_ppc64le, 0, &success);
  297     rs_num = gpr_lr_ppc64le;
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp
   38     gpr_lr_ppc64le,   gpr_xer_ppc64le, gpr_cr_ppc64le,     gpr_softe_ppc64le,
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64le.h
  461     POWERPC_REGS
tools/lldb/unittests/UnwindAssembly/PPC64/TestPPC64InstEmulation.cpp
  123   EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc));
  138   EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc));
  153   EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc));
  168   EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc));
  235   EXPECT_TRUE(row_sp->GetRegisterInfo(gpr_lr_ppc64le, regloc));