Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp75 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 DABISysV_mips64.cpp75 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 DARM_DWARF_Registers.h30 dwarf_pc, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp107 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 DABIMacOSX_arm.cpp230 {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.cpp233 {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 DRegisterContextMinidump_ARM.cpp239 {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, INV, reg_pc},
/freebsd-13.1/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.h520 {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp126 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 DGDBRemoteRegisterContext.cpp869 …{ "pc", "r15", 4, 0, eEncodingUint, eFormatHex, { ehframe_pc, dwarf_pc, … in HardcodeARMRegisters()