Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_riscv64.h53 size_t GetFPRSize() { return sizeof(RegisterInfoPOSIX_riscv64::FPR); } in GetFPRSize() function
H A DRegisterContextPOSIX_loongarch64.h53 size_t GetFPRSize() { return sizeof(RegisterInfoPOSIX_loongarch64::FPR); } GetFPRSize() function
H A DRegisterInfoPOSIX_riscv64.cpp114 size_t RegisterInfoPOSIX_riscv64::GetFPRSize() const { GetFPRSize() function in RegisterInfoPOSIX_riscv64
H A DRegisterInfoPOSIX_loongarch64.cpp130 size_t RegisterInfoPOSIX_loongarch64::GetFPRSize() const { GetFPRSize() function in RegisterInfoPOSIX_loongarch64
H A DRegisterInfoPOSIX_arm.cpp162 size_t RegisterInfoPOSIX_arm::GetFPRSize() const { in GetFPRSize() function in RegisterInfoPOSIX_arm
H A DRegisterInfoPOSIX_arm64.cpp284 size_t RegisterInfoPOSIX_arm64::GetFPRSize() const { GetFPRSize() function in RegisterInfoPOSIX_arm64
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_loongarch64.h69 size_t GetFPRSize() override { return GetRegisterInfo().GetFPRSize(); } GetFPRSize() function
H A DNativeRegisterContextLinux_riscv64.h68 size_t GetFPRSize() override { return GetRegisterInfo().GetFPRSize(); } in GetFPRSize() function
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.cpp963 size_t NativeRegisterContextLinux_x86_64::GetFPRSize() { GetFPRSize() function in NativeRegisterContextLinux_x86_64
/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_ppc64le.cpp51 size_t RegisterContextCorePOSIX_ppc64le::GetFPRSize() const { in GetFPRSize() function in RegisterContextCorePOSIX_ppc64le