/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | NativeRegisterContextLinux_loongarch64.cpp | 151 src = (uint8_t *)GetFPRBuffer() + offset; in WriteRegister() 213 dst = (uint8_t *)GetFPRBuffer() + offset; in WriteAllRegisterValues() 269 ::memcpy(dst, GetFPRBuffer(), GetFPRSize()); in ReadGPR() 313 ::memcpy(GetFPRBuffer(), src, GetFPRSize()); in WriteFPR() 397 ioVec.iov_base = GetFPRBuffer(); 414 ioVec.iov_base = GetFPRBuffer();
|
H A D | NativeRegisterContextLinux_riscv64.cpp | 146 src = (uint8_t *)GetFPRBuffer() + offset; in WriteRegister() 197 dst = (uint8_t *)GetFPRBuffer() + offset; in ReadAllRegisterValues() 226 ::memcpy(dst, GetFPRBuffer(), GetFPRSize()); in WriteAllRegisterValues() 268 ::memcpy(GetFPRBuffer(), src, GetFPRSize()); in ReadGPR() 333 ioVec.iov_base = GetFPRBuffer(); in InvalidateAllRegisters() 350 ioVec.iov_base = GetFPRBuffer();
|
H A D | NativeRegisterContextLinux.cpp | 113 nullptr, GetFPRBuffer(), in ReadFPR() 119 nullptr, GetFPRBuffer(), in WriteFPR()
|
H A D | NativeRegisterContextLinux_arm.cpp | 872 nullptr, GetFPRBuffer(), in ReadFPR() 876 ioVec.iov_base = GetFPRBuffer(); in ReadFPR() 886 nullptr, GetFPRBuffer(), in WriteFPR() 890 ioVec.iov_base = GetFPRBuffer(); in WriteFPR()
|
H A D | NativeRegisterContextLinux_loongarch64.h | 75 void *GetFPRBuffer() override { return &m_fpr; } 65 void *GetFPRBuffer() override { return &m_fpr; } GetFPRBuffer() function
|
H A D | NativeRegisterContextLinux_riscv64.h | 64 void *GetFPRBuffer() override { return &m_fpr; } in GetFPRBuffer() function
|
H A D | NativeRegisterContextLinux_arm64.cpp | 298 src = (uint8_t *)GetFPRBuffer() + offset; in ReadRegister() 502 dst = (uint8_t *)GetFPRBuffer() + offset; in WriteRegister() 874 dst = AddSavedRegisters(dst, RegisterSetType::FPR, GetFPRBuffer(), in WriteAllRegisterValues() 1012 GetFPRBuffer(), &src, GetFPRSize(), m_fpu_is_valid, in ReadHardwareDebugInfo() 1250 ioVec.iov_base = GetFPRBuffer(); in WriteAllSVE() 1267 ioVec.iov_base = GetFPRBuffer(); in ReadSMEControl()
|
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 | 59 void *GetFPRBuffer() override;
|
H A D | NativeRegisterContextLinux_arm.h | 97 void *GetFPRBuffer() override { return &m_fpr; } in GetFPRBuffer() function
|
H A D | NativeRegisterContextLinux_arm64.h | 75 void *GetFPRBuffer() override { return &m_fpr; } in GetFPRBuffer() function
|
H A D | NativeRegisterContextLinux_s390x.cpp | 354 memcpy(dst, GetFPRBuffer(), GetFPRSize()); in ReadAllRegisterValues() 406 memcpy(GetFPRBuffer(), src, GetFPRSize()); in WriteAllRegisterValues()
|
H A D | NativeRegisterContextLinux_x86_64.cpp | 956 void *NativeRegisterContextLinux_x86_64::GetFPRBuffer() { in GetFPRBuffer() 952 void *NativeRegisterContextLinux_x86_64::GetFPRBuffer() { GetFPRBuffer() function in NativeRegisterContextLinux_x86_64
|