reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
  230      {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM,
 1810   uint32_t pc_reg_num = dwarf_pc;
 1835   uint32_t pc_reg_num = dwarf_pc;
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
  231      {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM,
 1924   uint32_t pc_reg_num = dwarf_pc;
 1949   uint32_t pc_reg_num = dwarf_pc;
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
  124   case dwarf_pc:
  804       reg_num = dwarf_pc;
  999       GetRegisterInfo(eRegisterKindDWARF, dwarf_pc, reg_info);
 1776     GetRegisterInfo(eRegisterKindDWARF, dwarf_pc, pc_reg);
 4711       GetRegisterInfo(eRegisterKindDWARF, dwarf_pc, pc_reg);
 4833       GetRegisterInfo(eRegisterKindDWARF, dwarf_pc, pc_reg);
 4982       GetRegisterInfo(eRegisterKindDWARF, dwarf_pc, pc_reg);
 5105       GetRegisterInfo(eRegisterKindDWARF, dwarf_pc, pc_reg);
14341         ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_pc, 0, &success);
14363         ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_pc, 0, &success);
14373       if (!WriteRegisterUnsigned(context, eRegisterKindDWARF, dwarf_pc,
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
  377      {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM,
 1386     case dwarf_pc:
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm.h
  520      {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  772     { "pc",     "r15",  4,   0, eEncodingUint,    eFormatHex,   { ehframe_pc,          dwarf_pc,            LLDB_REGNUM_GENERIC_PC, 15,              15 },     nullptr,           nullptr,  nullptr,       0 },
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp
  239      {ehframe_pc, dwarf_pc, LLDB_REGNUM_GENERIC_PC, INV, reg_pc},
tools/lldb/source/Symbol/ArmUnwindInfo.cpp
  330     have_location_for_pc |= offset.first == dwarf_pc;
  338       row->SetRegisterInfo(dwarf_pc, lr_location);
  340       row->SetRegisterLocationToRegister(dwarf_pc, dwarf_lr, false);