Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
HDEmulateInstructionPPC64.cpp131 unwind_plan.SetReturnAddressRegister(gpr_lr_ppc64le); in CreateFunctionEntryUnwind()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Symbol/
HDUnwindPlan.h439 void SetReturnAddressRegister(uint32_t regnum) { in SetReturnAddressRegister() function
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
HDABISysV_hexagon.cpp1201 unwind_plan.SetReturnAddressRegister(LLDB_REGNUM_GENERIC_RA); in CreateFunctionEntryUnwindPlan()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
HDABISysV_arm64.cpp328 unwind_plan.SetReturnAddressRegister(lr_reg_num); in CreateFunctionEntryUnwindPlan()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
HDABISysV_mips.cpp979 unwind_plan.SetReturnAddressRegister(dwarf_r31); in CreateFunctionEntryUnwindPlan()
HDABISysV_mips64.cpp1151 unwind_plan.SetReturnAddressRegister(dwarf_r31); in CreateFunctionEntryUnwindPlan()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
HDABISysV_ppc.cpp910 unwind_plan.SetReturnAddressRegister(dwarf_lr); in CreateDefaultUnwindPlan()
HDABISysV_ppc64.cpp1022 unwind_plan.SetReturnAddressRegister(pc_reg_num); in CreateDefaultUnwindPlan()
/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDDWARFCallFrameInfo.cpp632 unwind_plan.SetReturnAddressRegister(cie->return_addr_reg_num); in FDEToUnwindPlan()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
HDEmulateInstructionARM64.cpp455 unwind_plan.SetReturnAddressRegister(gpr_lr_arm64); in CreateFunctionEntryUnwind()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
HDEmulateInstructionMIPS64.cpp1037 unwind_plan.SetReturnAddressRegister(dwarf_ra_mips64); in CreateFunctionEntryUnwind()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.cpp1147 unwind_plan.SetReturnAddressRegister(dwarf_ra_mips); in CreateFunctionEntryUnwind()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.cpp14471 unwind_plan.SetReturnAddressRegister(dwarf_lr); in CreateFunctionEntryUnwind()