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

References

tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 1955   unwind_plan.SetReturnAddressRegister(lr_reg_num);
tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
 1213   unwind_plan.SetReturnAddressRegister(LLDB_REGNUM_GENERIC_RA);
tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  976   unwind_plan.SetReturnAddressRegister(dwarf_r31);
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
 1147   unwind_plan.SetReturnAddressRegister(dwarf_r31);
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  911   unwind_plan.SetReturnAddressRegister(dwarf_lr);
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
 1014   unwind_plan.SetReturnAddressRegister(pc_reg_num);
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
14511   unwind_plan.SetReturnAddressRegister(dwarf_lr);
tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
  484   unwind_plan.SetReturnAddressRegister(gpr_lr_arm64);
tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
 1157   unwind_plan.SetReturnAddressRegister(dwarf_ra_mips);
tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
 1049   unwind_plan.SetReturnAddressRegister(dwarf_ra_mips64);
tools/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
  139   unwind_plan.SetReturnAddressRegister(gpr_lr_ppc64le);
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  633   unwind_plan.SetReturnAddressRegister(cie->return_addr_reg_num);