| /freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips.cpp | 75 dwarf_pc enumerator 535 {dwarf_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM, 971 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateFunctionEntryUnwindPlan() 991 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateDefaultUnwindPlan()
|
| H A D | ABISysV_mips64.cpp | 75 dwarf_pc enumerator 535 {dwarf_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM, 1142 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateFunctionEntryUnwindPlan() 1162 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateDefaultUnwindPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ARM_DWARF_Registers.h | 30 dwarf_pc, enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 107 dwarf_pc, enumerator 193 DEFINE_GPR(pc, "pc", dwarf_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, 869 uint32_t pc_reg_num = dwarf_pc; in CreateFunctionEntryUnwindPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABIMacOSX_arm.cpp | 230 {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 | 233 {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-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | RegisterContextMinidump_ARM.cpp | 239 {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, INV, reg_pc},
|
| /freebsd-13.1/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 | 520 {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 126 case dwarf_pc: in LLDB_PLUGIN_DEFINE_ADV() 797 reg_num = dwarf_pc; in GetRegisterInfo() 994 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc, reg_info); in EmulatePUSH() 1773 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc, pc_reg); in EmulateLDRRtPCRelative() 4708 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc, pc_reg); in EmulateSTM() 4830 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc, pc_reg); in EmulateSTMDA() 4979 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc, pc_reg); in EmulateSTMDB() 5102 GetRegisterInfo(eRegisterKindDWARF, dwarf_pc, pc_reg); in EmulateSTMIB() 14338 ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_pc, 0, &success); in EvaluateInstruction() 14360 ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_pc, 0, &success); in EvaluateInstruction() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteRegisterContext.cpp | 869 …{ "pc", "r15", 4, 0, eEncodingUint, eFormatHex, { ehframe_pc, dwarf_pc, … in HardcodeARMRegisters()
|