Home
last modified time | relevance | path

Searched refs:GetFPRSize (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/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
79 offset -= GetGPRSize() + GetFPRSize(); in ReadRegister()
89 offset -= GetGPRSize() + GetFPRSize() + GetVMXSize(); in ReadRegister()
H A DRegisterContextPOSIXCore_ppc64le.h31 size_t GetFPRSize() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoAndSetInterface.h25 virtual size_t GetFPRSize() const = 0;
H A DRegisterInfoPOSIX_riscv64.h48 size_t GetFPRSize() const override;
H A DRegisterContextPOSIX_loongarch64.h53 size_t GetFPRSize() { return sizeof(RegisterInfoPOSIX_loongarch64::FPR); } in GetFPRSize() function
H A DRegisterContextPOSIX_riscv64.h53 size_t GetFPRSize() { return sizeof(RegisterInfoPOSIX_riscv64::FPR); } in GetFPRSize() function
H A DRegisterInfoPOSIX_arm.h54 size_t GetFPRSize() const override;
H A DRegisterInfoPOSIX_loongarch64.h51 size_t GetFPRSize() const override;
H A DRegisterInfoPOSIX_riscv64.cpp114 size_t RegisterInfoPOSIX_riscv64::GetFPRSize() const { in GetFPRSize() function in RegisterInfoPOSIX_riscv64
H A DRegisterInfoPOSIX_loongarch64.cpp130 size_t RegisterInfoPOSIX_loongarch64::GetFPRSize() const { in GetFPRSize() function in RegisterInfoPOSIX_loongarch64
H A DRegisterInfoPOSIX_arm64.h92 size_t GetFPRSize() const override;
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 { in GetFPRSize() function in RegisterInfoPOSIX_arm64