Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_s390x.h81 size_t GetFPRSize() override { return sizeof(m_fp_regs); } in GetFPRSize() function
DNativeRegisterContextLinux_arm.h99 size_t GetFPRSize() override { return sizeof(m_fpr); } in GetFPRSize() function
DNativeRegisterContextLinux_ppc64le.h87 size_t GetFPRSize() override { return sizeof(m_fpr_ppc64le); } in GetFPRSize() function
DNativeRegisterContextLinux_mips64.h105 size_t GetFPRSize() override { return sizeof(FPR_linux_mips); } in GetFPRSize() function
DNativeRegisterContextLinux_arm64.h106 size_t GetFPRSize() override { return sizeof(m_fpr); } in GetFPRSize() function
DNativeRegisterContextLinux_x86_64.cpp963 size_t NativeRegisterContextLinux_x86_64::GetFPRSize() { in GetFPRSize() function in NativeRegisterContextLinux_x86_64
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DRegisterContextPOSIXCore_ppc64le.cpp51 size_t RegisterContextCorePOSIX_ppc64le::GetFPRSize() const { in GetFPRSize() function in RegisterContextCorePOSIX_ppc64le
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterInfoPOSIX_arm.cpp162 size_t RegisterInfoPOSIX_arm::GetFPRSize() const { in GetFPRSize() function in RegisterInfoPOSIX_arm
DRegisterInfoPOSIX_arm64.cpp220 size_t RegisterInfoPOSIX_arm64::GetFPRSize() const { in GetFPRSize() function in RegisterInfoPOSIX_arm64