Home
last modified time | relevance | path

Searched refs:SetReturnAddressRegister (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp131 unwind_plan.SetReturnAddressRegister(gpr_lr_ppc64le); in CreateFunctionEntryUnwind()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h439 void SetReturnAddressRegister(uint32_t regnum) { in SetReturnAddressRegister() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1201 unwind_plan.SetReturnAddressRegister(LLDB_REGNUM_GENERIC_RA); in CreateFunctionEntryUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp328 unwind_plan.SetReturnAddressRegister(lr_reg_num); in CreateFunctionEntryUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp979 unwind_plan.SetReturnAddressRegister(dwarf_r31); in CreateFunctionEntryUnwindPlan()
H A DABISysV_mips64.cpp1151 unwind_plan.SetReturnAddressRegister(dwarf_r31); in CreateFunctionEntryUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp910 unwind_plan.SetReturnAddressRegister(dwarf_lr); in CreateDefaultUnwindPlan()
H A DABISysV_ppc64.cpp1022 unwind_plan.SetReturnAddressRegister(pc_reg_num); in CreateDefaultUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp632 unwind_plan.SetReturnAddressRegister(cie->return_addr_reg_num); in FDEToUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp455 unwind_plan.SetReturnAddressRegister(gpr_lr_arm64); in CreateFunctionEntryUnwind()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp1037 unwind_plan.SetReturnAddressRegister(dwarf_ra_mips64); in CreateFunctionEntryUnwind()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1147 unwind_plan.SetReturnAddressRegister(dwarf_ra_mips); in CreateFunctionEntryUnwind()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14471 unwind_plan.SetReturnAddressRegister(dwarf_lr); in CreateFunctionEntryUnwind()