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

References

tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
  218      {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, LLDB_INVALID_REGNUM,
 1808   uint32_t lr_reg_num = dwarf_lr;
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
  219      {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, LLDB_INVALID_REGNUM,
 1922   uint32_t lr_reg_num = dwarf_lr;
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
  119   case dwarf_lr:
  816       reg_num = dwarf_lr;
14511   unwind_plan.SetReturnAddressRegister(dwarf_lr);
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
  365      {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, LLDB_INVALID_REGNUM,
 1384     case dwarf_lr:
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm.h
  508      {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  771     { "lr",     "r14",  4,   0, eEncodingUint,    eFormatHex,   { ehframe_lr,          dwarf_lr,            LLDB_REGNUM_GENERIC_RA, 14,              14 },     nullptr,           nullptr,  nullptr,       0 },
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp
  228      {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, INV, reg_lr},
tools/lldb/source/Symbol/ArmUnwindInfo.cpp
  195       register_offsets.emplace_back(dwarf_lr, vsp);
  337     if (row->GetRegisterInfo(dwarf_lr, lr_location))
  340       row->SetRegisterLocationToRegister(dwarf_pc, dwarf_lr, false);