/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
H A D | NativeRegisterContextLinux_loongarch64.cpp | 126 src = (uint8_t *)GetFPRBuffer() + offset; in ReadRegister() 171 dst = (uint8_t *)GetFPRBuffer() + offset; in WriteRegister() 197 ::memcpy(dst, GetFPRBuffer(), GetFPRSize()); in ReadAllRegisterValues() 236 ::memcpy(GetFPRBuffer(), src, GetFPRSize()); in WriteAllRegisterValues() 294 ioVec.iov_base = GetFPRBuffer(); in ReadFPR() 311 ioVec.iov_base = GetFPRBuffer(); in WriteFPR()
|
H A D | NativeRegisterContextLinux_riscv64.cpp | 133 src = (uint8_t *)GetFPRBuffer() + offset; in ReadRegister() 183 dst = (uint8_t *)GetFPRBuffer() + offset; in WriteRegister() 209 ::memcpy(dst, GetFPRBuffer(), GetFPRSize()); in ReadAllRegisterValues() 248 ::memcpy(GetFPRBuffer(), src, GetFPRSize()); in WriteAllRegisterValues() 306 ioVec.iov_base = GetFPRBuffer(); in ReadFPR() 323 ioVec.iov_base = GetFPRBuffer(); in WriteFPR()
|
H A D | NativeRegisterContextLinux.cpp | 109 nullptr, GetFPRBuffer(), in ReadFPR() 115 nullptr, GetFPRBuffer(), in WriteFPR()
|
H A D | NativeRegisterContextLinux_arm64.cpp | 200 src = (uint8_t *)GetFPRBuffer() + offset; in ReadRegister() 331 dst = (uint8_t *)GetFPRBuffer() + offset; in WriteRegister() 503 ::memcpy(dst, GetFPRBuffer(), GetFPRSize()); in ReadAllRegisterValues() 599 ::memcpy(GetFPRBuffer(), src, GetFPRSize()); in WriteAllRegisterValues() 755 ioVec.iov_base = GetFPRBuffer(); in ReadFPR() 772 ioVec.iov_base = GetFPRBuffer(); in WriteFPR()
|
H A D | NativeRegisterContextLinux_arm.cpp | 868 nullptr, GetFPRBuffer(), in ReadFPR() 872 ioVec.iov_base = GetFPRBuffer(); in ReadFPR() 882 nullptr, GetFPRBuffer(), in WriteFPR() 886 ioVec.iov_base = GetFPRBuffer(); in WriteFPR()
|
H A D | NativeRegisterContextLinux_riscv64.h | 64 void *GetFPRBuffer() override { return &m_fpr; } in GetFPRBuffer() function
|
H A D | NativeRegisterContextLinux_loongarch64.h | 65 void *GetFPRBuffer() override { return &m_fpr; } in GetFPRBuffer() function
|
H A D | NativeRegisterContextLinux.h | 119 virtual void *GetFPRBuffer() = 0;
|
H A D | NativeRegisterContextLinux_ppc64le.h | 85 void *GetFPRBuffer() override { return &m_fpr_ppc64le; } in GetFPRBuffer() function
|
H A D | NativeRegisterContextLinux_s390x.h | 80 void *GetFPRBuffer() override { return &m_fp_regs; } in GetFPRBuffer() function
|
H A D | NativeRegisterContextLinux_x86_64.h | 56 void *GetFPRBuffer() override;
|
H A D | NativeRegisterContextLinux_arm64.h | 75 void *GetFPRBuffer() override { return &m_fpr; } in GetFPRBuffer() function
|
H A D | NativeRegisterContextLinux_arm.h | 97 void *GetFPRBuffer() override { return &m_fpr; } in GetFPRBuffer() function
|
H A D | NativeRegisterContextLinux_s390x.cpp | 348 memcpy(dst, GetFPRBuffer(), GetFPRSize()); in ReadAllRegisterValues() 399 memcpy(GetFPRBuffer(), src, GetFPRSize()); in WriteAllRegisterValues()
|
H A D | NativeRegisterContextLinux_x86_64.cpp | 956 void *NativeRegisterContextLinux_x86_64::GetFPRBuffer() { in GetFPRBuffer() function in NativeRegisterContextLinux_x86_64
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
H A D | NativeRegisterContextOpenBSD.cpp | 45 void *buf = GetFPRBuffer(); in ReadFPR() 53 void *buf = GetFPRBuffer(); in WriteFPR()
|
H A D | NativeRegisterContextOpenBSD.h | 47 virtual void *GetFPRBuffer() { return nullptr; } in GetFPRBuffer() function
|
H A D | NativeRegisterContextOpenBSD_arm64.h | 65 void *GetFPRBuffer() override { return &m_fpr; } in GetFPRBuffer() function
|
H A D | NativeRegisterContextOpenBSD_x86_64.h | 54 void *GetFPRBuffer() override { return &m_fpr; } in GetFPRBuffer() function
|