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

References

tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
  123      {LLDB_INVALID_REGNUM, arm64_dwarf::x6, LLDB_REGNUM_GENERIC_ARG7,
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
   76     DEFINE_GENERIC_REGISTER_STUB(r6, nullptr, LLDB_REGNUM_GENERIC_ARG7),
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
  121      {LLDB_INVALID_REGNUM, arm64_dwarf::x6, LLDB_REGNUM_GENERIC_ARG7,
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  209      {dwarf_r10, dwarf_r10, LLDB_REGNUM_GENERIC_ARG7, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  137     DEFINE_GPR(r9, "arg7", dwarf_r9, dwarf_r9, LLDB_REGNUM_GENERIC_ARG7,
  378       reg_ctx->GetRegisterInfo(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_ARG7)
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
  548     DEFINE_GPR64(x6, LLDB_REGNUM_GENERIC_ARG7),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_mips64.h
  135                LLDB_REGNUM_GENERIC_ARG7, LLDB_INVALID_REGNUM),
  216                LLDB_REGNUM_GENERIC_ARG7),
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1814   case LLDB_REGNUM_GENERIC_ARG7:
tools/lldb/source/Utility/Args.cpp
  440                         .Case("arg7", LLDB_REGNUM_GENERIC_ARG7)