Searched refs:m_gpr_arm64 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp37 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_arm64, GetGPRSize());
47 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_arm64, GetGPRSize());
172 ::memcpy(dst, &m_gpr_arm64, GetGPRSize());
186 ::memcpy(&m_gpr_arm64, src, GetGPRSize());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm64.h49 uint64_t m_gpr_arm64[lldb_private::k_num_gpr_registers_arm64]; // 64-bit member in class:RegisterContextPOSIX_arm64

Completed in 157 milliseconds