Searched refs:dwarf_lr (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | 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()
|
| /src/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 107 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 D | ARM_DWARF_Registers.h | 29 dwarf_lr, enumerator
|
| /src/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | RegisterContextMinidump_ARM.cpp | 229 {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, INV, reg_lr},
|
| /src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextDarwin_arm.cpp | 359 {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, LLDB_INVALID_REGNUM, 1379 case dwarf_lr: in ConvertRegisterKindToRegisterNumber()
|
| H A D | RegisterInfos_arm.h | 562 {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, LLDB_INVALID_REGNUM,
|
| /src/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABISysV_arm.cpp | 222 {ehframe_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, LLDB_INVALID_REGNUM, 1909 uint32_t lr_reg_num = dwarf_lr; in CreateFunctionEntryUnwindPlan()
|
| H A D | ABIMacOSX_arm.cpp | 219 {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 D | EmulateInstructionARM.cpp | 122 case dwarf_lr: in LLDB_PLUGIN_DEFINE_ADV() 805 reg_num = dwarf_lr; in GetRegisterInfo() 14471 unwind_plan.SetReturnAddressRegister(dwarf_lr); in CreateFunctionEntryUnwind()
|