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

Overridden By

tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
 1337 uint32_t RegisterContextDarwin_arm::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
  693 uint32_t RegisterContextDarwin_arm64::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
  870 uint32_t RegisterContextDarwin_i386::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
  934 uint32_t RegisterContextDarwin_x86_64::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextDummy.cpp
  115 uint32_t RegisterContextDummy::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextHistory.cpp
  117 uint32_t RegisterContextHistory::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  986 uint32_t RegisterContextLLDB::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
  156 RegisterContextMacOSXFrameBackchain::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp
   71 uint32_t RegisterContextMemory::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
  198 uint32_t RegisterContextPOSIX_arm::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
  220 uint32_t RegisterContextPOSIX_arm64::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
  171 uint32_t RegisterContextPOSIX_mips64::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp
  180 uint32_t RegisterContextPOSIX_powerpc::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp
  198 uint32_t RegisterContextPOSIX_ppc64le::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp
  178 uint32_t RegisterContextPOSIX_s390x::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
  515 uint32_t RegisterContextPOSIX_x86::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
  133 uint32_t RegisterContextThreadMemory::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  692 uint32_t GDBRemoteRegisterContext::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp
  542 uint32_t RegisterContextMinidump_ARM::ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp
  826 uint32_t RegisterContextMinidump_ARM64::ConvertRegisterKindToRegisterNumber(

References

tools/lldb/source/Core/EmulateInstruction.cpp
  578     return reg_ctx->ConvertRegisterKindToRegisterNumber(reg_kind, reg_num);
tools/lldb/source/Core/FormatEntity.cpp
  605           reg_ctx->ConvertRegisterKindToRegisterNumber(reg_kind, reg_num);
tools/lldb/source/Expression/DWARFExpression.cpp
  170         reg_ctx->ConvertRegisterKindToRegisterNumber(reg_kind, reg_num);
tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
 1344   const uint32_t pc_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber(
 1346   const uint32_t sp_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber(
 1348   const uint32_t ra_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber(
 1487           uint32_t arg_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 1701   const uint32_t pc_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber(
 1703   const uint32_t sp_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber(
 1705   const uint32_t ra_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber(
 1783         uint32_t arg_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber(
 2178       uint32_t reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber(
 2218       uint32_t reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  725   uint32_t pc_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber(
  727   uint32_t sp_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
  202   uint32_t pc_reg = reg_ctx->ConvertRegisterKindToRegisterNumber(
  207   uint32_t ra_reg = reg_ctx->ConvertRegisterKindToRegisterNumber(
  212   uint32_t sp_reg = reg_ctx->ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
 1345   const uint32_t pc_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber(
 1347   const uint32_t sp_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber(
 1349   const uint32_t ra_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
 1077   uint32_t pc_reg = reg_ctx->ConvertRegisterKindToRegisterNumber(
 1082   uint32_t ra_reg = reg_ctx->ConvertRegisterKindToRegisterNumber(
 1087   uint32_t sp_reg = reg_ctx->ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  216   uint32_t pc_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber(
  218   uint32_t sp_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
   36         reg_ctx->ConvertRegisterKindToRegisterNumber(eRegisterKindDWARF, i);
   47         reg_ctx->ConvertRegisterKindToRegisterNumber(eRegisterKindDWARF, i);
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  988   return m_thread.GetRegisterContext()->ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
  158   return m_thread.GetRegisterContext()->ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
  137     return m_reg_ctx_sp->ConvertRegisterKindToRegisterNumber(kind, num);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1695       uint32_t pc_regnum = reg_ctx_sp->ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
 1360     cfa_reg = reg_ctx->ConvertRegisterKindToRegisterNumber(
 1428       cfa_reg = reg_ctx->ConvertRegisterKindToRegisterNumber(
tools/lldb/source/Symbol/UnwindPlan.cpp
  563         reg = reg_ctx->ConvertRegisterKindToRegisterNumber(m_register_kind,
tools/lldb/source/Target/RegisterContext.cpp
  108   const uint32_t reg_num = ConvertRegisterKindToRegisterNumber(kind, num);
  122   uint32_t reg = ConvertRegisterKindToRegisterNumber(eRegisterKindGeneric,
  139   uint32_t reg = ConvertRegisterKindToRegisterNumber(eRegisterKindGeneric,
  165   uint32_t reg = ConvertRegisterKindToRegisterNumber(eRegisterKindGeneric,
  171   uint32_t reg = ConvertRegisterKindToRegisterNumber(eRegisterKindGeneric,
  177   uint32_t reg = ConvertRegisterKindToRegisterNumber(eRegisterKindGeneric,
  183   uint32_t reg = ConvertRegisterKindToRegisterNumber(eRegisterKindGeneric,
  189   uint32_t reg = ConvertRegisterKindToRegisterNumber(eRegisterKindGeneric,
  195   uint32_t reg = ConvertRegisterKindToRegisterNumber(eRegisterKindGeneric,