Home
last modified time | relevance | path

Searched refs:dwarf_pc (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.cpp38 dwarf_pc = 0, enumerator
63 {dwarf_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM,
313 uint32_t pc_reg_num = dwarf_pc; in CreateFunctionEntryUnwindPlan()
332 uint32_t pc_reg_num = dwarf_pc; in CreateDefaultUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp330 have_location_for_pc |= offset.first == dwarf_pc; in GetUnwindPlan()
338 row->SetRegisterInfo(dwarf_pc, lr_location); in GetUnwindPlan()
340 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_lr, false); in GetUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp77 dwarf_pc enumerator
537 {dwarf_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM,
972 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateFunctionEntryUnwindPlan()
992 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateDefaultUnwindPlan()
H A DABISysV_mips64.cpp77 dwarf_pc enumerator
538 {dwarf_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM,
1144 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateFunctionEntryUnwindPlan()
1164 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateDefaultUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp109 dwarf_pc, enumerator
195 DEFINE_GPR(pc, nullptr, dwarf_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC,
870 uint32_t pc_reg_num = dwarf_pc; in CreateFunctionEntryUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DARM_DWARF_Registers.h30 dwarf_pc, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp231 {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM,
1795 uint32_t pc_reg_num = dwarf_pc; in CreateFunctionEntryUnwindPlan()
1820 uint32_t pc_reg_num = dwarf_pc; in CreateDefaultUnwindPlan()
H A DABISysV_arm.cpp234 {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM,
1911 uint32_t pc_reg_num = dwarf_pc; in CreateFunctionEntryUnwindPlan()
1936 uint32_t pc_reg_num = dwarf_pc; in CreateDefaultUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM.cpp240 {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, INV, reg_pc},
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.cpp371 {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM,
1381 case dwarf_pc: in ConvertRegisterKindToRegisterNumber()
H A DRegisterInfos_arm.h575 {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp127 case dwarf_pc: in LLDB_PLUGIN_DEFINE_ADV()
793 reg_num = dwarf_pc; in GetRegisterInfo()
992 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc); in EmulatePUSH()
1771 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc); in EmulateLDRRtPCRelative()
4692 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc); in EmulateSTM()
4814 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc); in EmulateSTMDA()
4963 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc); in EmulateSTMDB()
5086 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc); in EmulateSTMIB()
14301 ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_pc, 0, &success); in EvaluateInstruction()
14323 ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_pc, 0, &success); in EvaluateInstruction()
[all …]