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

References

tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
  692   ::memcpy(dst, &m_gpr_x86_64, GetRegisterInfoInterface().GetGPRSize());
  778   ::memcpy(&m_gpr_x86_64, src, GetRegisterInfoInterface().GetGPRSize());
tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h
   68   void *GetGPRBuffer() override { return &m_gpr_x86_64; }