Searched refs:GetFPRBuffer (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeRegisterContextLinux.cpp | 105 nullptr, GetFPRBuffer(), in ReadFPR() 111 nullptr, GetFPRBuffer(), in WriteFPR()
|
| H A D | NativeRegisterContextLinux_arm64.cpp | 193 src = (uint8_t *)GetFPRBuffer() + offset; in ReadRegister() 324 dst = (uint8_t *)GetFPRBuffer() + offset; in WriteRegister() 496 ::memcpy(dst, GetFPRBuffer(), GetFPRSize()); in ReadAllRegisterValues() 592 ::memcpy(GetFPRBuffer(), src, GetFPRSize()); in WriteAllRegisterValues() 748 ioVec.iov_base = GetFPRBuffer(); in ReadFPR() 765 ioVec.iov_base = GetFPRBuffer(); in WriteFPR()
|
| H A D | NativeRegisterContextLinux_arm.cpp | 862 nullptr, GetFPRBuffer(), in ReadFPR() 866 ioVec.iov_base = GetFPRBuffer(); in ReadFPR() 876 nullptr, GetFPRBuffer(), in WriteFPR() 880 ioVec.iov_base = GetFPRBuffer(); in WriteFPR()
|
| H A D | NativeRegisterContextLinux.h | 112 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 | 55 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 | 343 memcpy(dst, GetFPRBuffer(), GetFPRSize()); in ReadAllRegisterValues() 394 memcpy(GetFPRBuffer(), src, GetFPRSize()); in WriteAllRegisterValues()
|
| H A D | NativeRegisterContextLinux_x86_64.cpp | 950 void *NativeRegisterContextLinux_x86_64::GetFPRBuffer() { in GetFPRBuffer() function in NativeRegisterContextLinux_x86_64
|