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

References

tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  656   if (!reg_ctx_sp)
  671       const RegisterInfo *r3_info = reg_ctx_sp->GetRegisterInfoByName("r3", 0);
  673           reg_ctx_sp->GetRegisterInfoByName("rdx", 0);
  676       reg_ctx_sp->ReadRegister(r3_info, r3_value);
  677       reg_ctx_sp->ReadRegister(rdx_info, rdx_value);
  854           reg_ctx_sp->GetRegisterInfoByName("r3", 0)->kinds[eRegisterKindLLDB];