/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/ |
H A D | ABISysV_msp430.cpp | 38 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 D | ArmUnwindInfo.cpp | 330 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 D | ABISysV_mips.cpp | 77 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 D | ABISysV_mips64.cpp | 77 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 D | ABISysV_ppc.cpp | 109 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 D | ARM_DWARF_Registers.h | 30 dwarf_pc, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABIMacOSX_arm.cpp | 231 {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 D | ABISysV_arm.cpp | 234 {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 D | RegisterContextMinidump_ARM.cpp | 240 {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, INV, reg_pc},
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_arm.cpp | 371 {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM, 1381 case dwarf_pc: in ConvertRegisterKindToRegisterNumber()
|
H A D | RegisterInfos_arm.h | 575 {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.cpp | 127 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 …]
|