Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp131 unwind_plan.SetReturnAddressRegister(gpr_lr_ppc64le); in CreateFunctionEntryUnwind()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DUnwindPlan.h439 void SetReturnAddressRegister(uint32_t regnum) { in SetReturnAddressRegister() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1116 unwind_plan.SetReturnAddressRegister(LLDB_REGNUM_GENERIC_RA); in CreateFunctionEntryUnwindPlan()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp941 unwind_plan.SetReturnAddressRegister(dwarf_r31); in CreateFunctionEntryUnwindPlan()
H A DABISysV_mips64.cpp1112 unwind_plan.SetReturnAddressRegister(dwarf_r31); in CreateFunctionEntryUnwindPlan()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp337 unwind_plan.SetReturnAddressRegister(lr_reg_num); in CreateFunctionEntryUnwindPlan()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp909 unwind_plan.SetReturnAddressRegister(dwarf_lr); in CreateDefaultUnwindPlan()
H A DABISysV_ppc64.cpp1018 unwind_plan.SetReturnAddressRegister(pc_reg_num); in CreateDefaultUnwindPlan()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp633 unwind_plan.SetReturnAddressRegister(cie->return_addr_reg_num); in FDEToUnwindPlan()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp453 unwind_plan.SetReturnAddressRegister(gpr_lr_arm64); in CreateFunctionEntryUnwind()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp1037 unwind_plan.SetReturnAddressRegister(dwarf_ra_mips64); in CreateFunctionEntryUnwind()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1147 unwind_plan.SetReturnAddressRegister(dwarf_ra_mips); in CreateFunctionEntryUnwind()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14471 unwind_plan.SetReturnAddressRegister(dwarf_lr); in CreateFunctionEntryUnwind()