Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp147 unwind_plan.SetReturnAddressRegister(gpr_lr_ppc64le); in CreateFunctionEntryUnwind()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h411 void SetReturnAddressRegister(uint32_t regnum) { in SetReturnAddressRegister() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.cpp1215 unwind_plan.SetReturnAddressRegister(LLDB_REGNUM_GENERIC_RA); in CreateFunctionEntryUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp985 unwind_plan.SetReturnAddressRegister(dwarf_r31); in CreateFunctionEntryUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp916 unwind_plan.SetReturnAddressRegister(dwarf_lr); in CreateDefaultUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp1024 unwind_plan.SetReturnAddressRegister(pc_reg_num); in CreateDefaultUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp1159 unwind_plan.SetReturnAddressRegister(dwarf_r31); in CreateFunctionEntryUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp629 unwind_plan.SetReturnAddressRegister(cie->return_addr_reg_num); in FDEToUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp487 unwind_plan.SetReturnAddressRegister(gpr_lr_arm64); in CreateFunctionEntryUnwind()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp1957 unwind_plan.SetReturnAddressRegister(lr_reg_num); in CreateFunctionEntryUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp1054 unwind_plan.SetReturnAddressRegister(dwarf_ra_mips64); in CreateFunctionEntryUnwind()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1168 unwind_plan.SetReturnAddressRegister(dwarf_ra_mips); in CreateFunctionEntryUnwind()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14551 unwind_plan.SetReturnAddressRegister(dwarf_lr); in CreateFunctionEntryUnwind()