| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeRegisterContextLinux_arm64.cpp | 192 assert(offset < GetFPRSize()); in ReadRegister() 323 assert(offset < GetFPRSize()); in WriteRegister() 473 reg_data_byte_size += GetFPRSize(); in ReadAllRegisterValues() 496 ::memcpy(dst, GetFPRBuffer(), GetFPRSize()); in ReadAllRegisterValues() 497 dst += GetFPRSize(); in ReadAllRegisterValues() 592 ::memcpy(GetFPRBuffer(), src, GetFPRSize()); in WriteAllRegisterValues() 595 src += GetFPRSize(); in WriteAllRegisterValues() 749 ioVec.iov_len = GetFPRSize(); in ReadFPR() 751 error = ReadRegisterSet(&ioVec, GetFPRSize(), NT_FPREGSET); in ReadFPR() 766 ioVec.iov_len = GetFPRSize(); in WriteFPR() [all …]
|
| H A D | NativeRegisterContextLinux_arm.cpp | 863 GetFPRSize()); in ReadFPR() 867 ioVec.iov_len = GetFPRSize(); in ReadFPR() 869 return ReadRegisterSet(&ioVec, GetFPRSize(), NT_ARM_VFP); in ReadFPR() 877 GetFPRSize()); in WriteFPR() 881 ioVec.iov_len = GetFPRSize(); in WriteFPR() 883 return WriteRegisterSet(&ioVec, GetFPRSize(), NT_ARM_VFP); in WriteFPR()
|
| H A D | NativeRegisterContextLinux_ppc64le.cpp | 34 (GetGPRSize() + GetFPRSize() + sizeof(m_vmx_ppc64le) + sizeof(m_vsx_ppc64le)) 278 assert(fpr_offset < GetFPRSize()); in WriteRegister() 375 ::memcpy(dst, &m_fpr_ppc64le, GetFPRSize()); in ReadAllRegisterValues() 376 dst += GetFPRSize(); in ReadAllRegisterValues() 419 ::memcpy(&m_fpr_ppc64le, src, GetFPRSize()); in WriteAllRegisterValues() 425 src += GetFPRSize(); in WriteAllRegisterValues()
|
| H A D | NativeRegisterContextLinux.cpp | 106 GetFPRSize()); in ReadFPR() 112 GetFPRSize()); in WriteFPR()
|
| H A D | NativeRegisterContextLinux_s390x.cpp | 343 memcpy(dst, GetFPRBuffer(), GetFPRSize()); in ReadAllRegisterValues() 344 dst += GetFPRSize(); in ReadAllRegisterValues() 394 memcpy(GetFPRBuffer(), src, GetFPRSize()); in WriteAllRegisterValues() 395 src += GetFPRSize(); in WriteAllRegisterValues()
|
| H A D | NativeRegisterContextLinux.h | 114 virtual size_t GetFPRSize() = 0;
|
| H A D | NativeRegisterContextLinux_ppc64le.h | 87 size_t GetFPRSize() override { return sizeof(m_fpr_ppc64le); } in GetFPRSize() function
|
| H A D | NativeRegisterContextLinux_s390x.h | 81 size_t GetFPRSize() override { return sizeof(m_fp_regs); } in GetFPRSize() function
|
| H A D | NativeRegisterContextLinux_x86_64.h | 57 size_t GetFPRSize() override;
|
| H A D | NativeRegisterContextLinux_arm64.h | 77 size_t GetFPRSize() override { return sizeof(m_fpr); } in GetFPRSize() function
|
| H A D | NativeRegisterContextLinux_arm.h | 99 size_t GetFPRSize() override { return sizeof(m_fpr); } in GetFPRSize() function
|
| H A D | NativeRegisterContextLinux_x86_64.cpp | 961 size_t NativeRegisterContextLinux_x86_64::GetFPRSize() { in GetFPRSize() function in NativeRegisterContextLinux_x86_64
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/ |
| H A D | RegisterContextPOSIXCore_ppc64le.cpp | 51 size_t RegisterContextCorePOSIX_ppc64le::GetFPRSize() const { in GetFPRSize() function in RegisterContextCorePOSIX_ppc64le 79 offset -= GetGPRSize() + GetFPRSize(); in ReadRegister() 89 offset -= GetGPRSize() + GetFPRSize() + GetVMXSize(); in ReadRegister()
|
| H A D | RegisterContextPOSIXCore_ppc64le.h | 31 size_t GetFPRSize() const;
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfoAndSetInterface.h | 25 virtual size_t GetFPRSize() const = 0;
|
| H A D | RegisterInfoPOSIX_arm.h | 54 size_t GetFPRSize() const override;
|
| H A D | RegisterInfoPOSIX_arm64.h | 86 size_t GetFPRSize() const override;
|
| H A D | RegisterInfoPOSIX_arm.cpp | 162 size_t RegisterInfoPOSIX_arm::GetFPRSize() const { in GetFPRSize() function in RegisterInfoPOSIX_arm
|
| H A D | RegisterInfoPOSIX_arm64.cpp | 252 size_t RegisterInfoPOSIX_arm64::GetFPRSize() const { in GetFPRSize() function in RegisterInfoPOSIX_arm64
|