Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.cpp39 dwarf_sp, enumerator
75 {dwarf_sp, dwarf_sp, LLDB_REGNUM_GENERIC_SP, LLDB_INVALID_REGNUM,
312 uint32_t sp_reg_num = dwarf_sp; in CreateFunctionEntryUnwindPlan()
331 uint32_t sp_reg_num = dwarf_sp; in CreateDefaultUnwindPlan()
/src/contrib/llvm-project/lldb/source/Utility/
H A DARM_DWARF_Registers.h28 dwarf_sp, enumerator
/src/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp130 uint8_t vsp_reg = dwarf_sp; in GetUnwindPlan()
/src/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM.cpp218 {ehframe_sp, dwarf_sp, LLDB_REGNUM_GENERIC_SP, INV, reg_sp},
/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.cpp347 {ehframe_sp, dwarf_sp, LLDB_REGNUM_GENERIC_SP, LLDB_INVALID_REGNUM,
1377 case dwarf_sp: in ConvertRegisterKindToRegisterNumber()
H A DRegisterInfos_arm.h549 {ehframe_sp, dwarf_sp, LLDB_REGNUM_GENERIC_SP, LLDB_INVALID_REGNUM,
/src/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp210 {ehframe_sp, dwarf_sp, LLDB_REGNUM_GENERIC_SP, LLDB_INVALID_REGNUM,
1910 uint32_t sp_reg_num = dwarf_sp; in CreateFunctionEntryUnwindPlan()
H A DABIMacOSX_arm.cpp207 {ehframe_sp, dwarf_sp, LLDB_REGNUM_GENERIC_SP, LLDB_INVALID_REGNUM,
1794 uint32_t sp_reg_num = dwarf_sp; in CreateFunctionEntryUnwindPlan()
/src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp117 case dwarf_sp: in LLDB_PLUGIN_DEFINE_ADV()
797 reg_num = dwarf_sp; in GetRegisterInfo()
961 if (Rt == dwarf_sp) in EmulatePUSH()
975 GetRegisterInfo(eRegisterKindDWARF, dwarf_sp); in EmulatePUSH()
1089 if (Rt == dwarf_sp) in EmulatePOP()
1104 GetRegisterInfo(eRegisterKindDWARF, dwarf_sp); in EmulatePOP()
1191 GetRegisterInfo(eRegisterKindDWARF, dwarf_sp); in EmulateADDRdSPImm()
1247 GetRegisterInfo(eRegisterKindDWARF, dwarf_sp); in EmulateMOVRdSP()
1915 GetRegisterInfo(eRegisterKindDWARF, dwarf_sp); in EmulateADDSPImm()
1982 GetRegisterInfo(eRegisterKindDWARF, dwarf_sp); in EmulateADDSPRm()
[all …]