Searched refs:dwarf_lr (Results 1 – 10 of 10) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | ArmUnwindInfo.cpp | 195 register_offsets.emplace_back(dwarf_lr, vsp); in GetUnwindPlan() 337 if (row->GetRegisterInfo(dwarf_lr, lr_location)) in GetUnwindPlan() 340 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_lr, false); in GetUnwindPlan()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc/ |
| HD | ABISysV_ppc.cpp | 103 dwarf_lr = 108, enumerator 183 DEFINE_GPR(lr, "lr", dwarf_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, 870 uint32_t lr_reg_num = dwarf_lr; in CreateFunctionEntryUnwindPlan() 896 uint32_t pc_reg_num = dwarf_lr; in CreateDefaultUnwindPlan() 911 unwind_plan.SetReturnAddressRegister(dwarf_lr); in CreateDefaultUnwindPlan()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/ |
| HD | ARM_DWARF_Registers.h | 29 dwarf_lr, enumerator
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| HD | RegisterContextMinidump_ARM.cpp | 228 {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, INV, reg_lr},
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| HD | RegisterContextDarwin_arm.cpp | 359 {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, LLDB_INVALID_REGNUM, 1379 case dwarf_lr: in ConvertRegisterKindToRegisterNumber()
|
| HD | RegisterInfos_arm.h | 508 {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, LLDB_INVALID_REGNUM,
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/ |
| HD | ABIMacOSX_arm.cpp | 218 {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, LLDB_INVALID_REGNUM, 1808 uint32_t lr_reg_num = dwarf_lr; in CreateFunctionEntryUnwindPlan()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/ |
| HD | ABISysV_arm.cpp | 219 {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, LLDB_INVALID_REGNUM, 1922 uint32_t lr_reg_num = dwarf_lr; in CreateFunctionEntryUnwindPlan()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteRegisterContext.cpp | 788 …{ "lr", "r14", 4, 0, eEncodingUint, eFormatHex, { ehframe_lr, dwarf_lr, … in HardcodeARMRegisters()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| HD | EmulateInstructionARM.cpp | 119 case dwarf_lr: in GetARMDWARFRegisterInfo() 816 reg_num = dwarf_lr; in GetRegisterInfo() 14515 unwind_plan.SetReturnAddressRegister(dwarf_lr); in CreateFunctionEntryUnwind()
|