Home
last modified time | relevance | path

Searched refs:dwarf_lr (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp195 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()
/src/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp107 dwarf_lr = 108, enumerator
187 DEFINE_GPR(lr, nullptr, dwarf_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA,
868 uint32_t lr_reg_num = dwarf_lr; in CreateFunctionEntryUnwindPlan()
894 uint32_t pc_reg_num = dwarf_lr; in CreateDefaultUnwindPlan()
910 unwind_plan.SetReturnAddressRegister(dwarf_lr); in CreateDefaultUnwindPlan()
/src/contrib/llvm-project/lldb/source/Utility/
H A DARM_DWARF_Registers.h29 dwarf_lr, enumerator
/src/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM.cpp229 {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, INV, reg_lr},
/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.cpp359 {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, LLDB_INVALID_REGNUM,
1379 case dwarf_lr: in ConvertRegisterKindToRegisterNumber()
H A DRegisterInfos_arm.h562 {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, LLDB_INVALID_REGNUM,
/src/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp222 {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, LLDB_INVALID_REGNUM,
1909 uint32_t lr_reg_num = dwarf_lr; in CreateFunctionEntryUnwindPlan()
H A DABIMacOSX_arm.cpp219 {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, LLDB_INVALID_REGNUM,
1793 uint32_t lr_reg_num = dwarf_lr; in CreateFunctionEntryUnwindPlan()
/src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp122 case dwarf_lr: in LLDB_PLUGIN_DEFINE_ADV()
805 reg_num = dwarf_lr; in GetRegisterInfo()
14471 unwind_plan.SetReturnAddressRegister(dwarf_lr); in CreateFunctionEntryUnwind()