Home
last modified time | relevance | path

Searched defs:GetFPRSize (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_s390x.h81 size_t GetFPRSize() override { return sizeof(m_fp_regs); } in GetFPRSize() function
H A DNativeRegisterContextLinux_arm.h99 size_t GetFPRSize() override { return sizeof(m_fpr); } in GetFPRSize() function
H A DNativeRegisterContextLinux_ppc64le.h87 size_t GetFPRSize() override { return sizeof(m_fpr_ppc64le); } in GetFPRSize() function
H A DNativeRegisterContextLinux_arm64.h77 size_t GetFPRSize() override { return sizeof(m_fpr); } in GetFPRSize() function
H A DNativeRegisterContextLinux_x86_64.cpp961 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 DRegisterContextPOSIXCore_ppc64le.cpp51 size_t RegisterContextCorePOSIX_ppc64le::GetFPRSize() const { in GetFPRSize() function in RegisterContextCorePOSIX_ppc64le
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm.cpp162 size_t RegisterInfoPOSIX_arm::GetFPRSize() const { in GetFPRSize() function in RegisterInfoPOSIX_arm
H A DRegisterInfoPOSIX_arm64.cpp252 size_t RegisterInfoPOSIX_arm64::GetFPRSize() const { in GetFPRSize() function in RegisterInfoPOSIX_arm64