Home
last modified time | relevance | path

Searched defs:GetGPRSize (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterInfoPOSIX_ppc64le.cpp52 size_t RegisterInfoPOSIX_ppc64le::GetGPRSize() const { in GetGPRSize() function in RegisterInfoPOSIX_ppc64le
DRegisterContextLinux_s390x.cpp74 size_t RegisterContextLinux_s390x::GetGPRSize() const { return 0; } in GetGPRSize() function in RegisterContextLinux_s390x
DRegisterContextLinux_mips.cpp108 size_t RegisterContextLinux_mips::GetGPRSize() const { in GetGPRSize() function in RegisterContextLinux_mips
DRegisterContextPOSIX_arm.cpp66 size_t RegisterContextPOSIX_arm::GetGPRSize() { in GetGPRSize() function in RegisterContextPOSIX_arm
DRegisterContextLinux_mips64.cpp192 size_t RegisterContextLinux_mips64::GetGPRSize() const { in GetGPRSize() function in RegisterContextLinux_mips64
DRegisterContextPOSIX_arm64.cpp73 size_t RegisterContextPOSIX_arm64::GetGPRSize() { in GetGPRSize() function in RegisterContextPOSIX_arm64
DRegisterInfoPOSIX_arm.cpp158 size_t RegisterInfoPOSIX_arm::GetGPRSize() const { in GetGPRSize() function in RegisterInfoPOSIX_arm
DRegisterContextPOSIX_powerpc.cpp119 size_t RegisterContextPOSIX_powerpc::GetGPRSize() { in GetGPRSize() function in RegisterContextPOSIX_powerpc
DRegisterContextPOSIX_ppc64le.cpp138 size_t RegisterContextPOSIX_ppc64le::GetGPRSize() { in GetGPRSize() function in RegisterContextPOSIX_ppc64le
DRegisterContextPOSIX_mips64.cpp83 size_t RegisterContextPOSIX_mips64::GetGPRSize() { in GetGPRSize() function in RegisterContextPOSIX_mips64
DRegisterContextOpenBSD_i386.cpp62 size_t RegisterContextOpenBSD_i386::GetGPRSize() const { return sizeof(GPR); } in GetGPRSize() function in RegisterContextOpenBSD_i386
DRegisterContextWindows_i386.cpp89 size_t RegisterContextWindows_i386::GetGPRSize() const { return sizeof(GPR); } in GetGPRSize() function in RegisterContextWindows_i386
DRegisterContextFreeBSD_i386.cpp68 size_t RegisterContextFreeBSD_i386::GetGPRSize() const { return sizeof(GPR); } in GetGPRSize() function in RegisterContextFreeBSD_i386
DRegisterInfoPOSIX_arm64.cpp216 size_t RegisterInfoPOSIX_arm64::GetGPRSize() const { in GetGPRSize() function in RegisterInfoPOSIX_arm64
DRegisterContextFreeBSD_powerpc.cpp183 size_t RegisterContextFreeBSD_powerpc::GetGPRSize() const { in GetGPRSize() function in RegisterContextFreeBSD_powerpc
202 size_t RegisterContextFreeBSD_powerpc32::GetGPRSize() const { in GetGPRSize() function in RegisterContextFreeBSD_powerpc32
222 size_t RegisterContextFreeBSD_powerpc64::GetGPRSize() const { in GetGPRSize() function in RegisterContextFreeBSD_powerpc64
DRegisterContextOpenBSD_x86_64.cpp96 size_t RegisterContextOpenBSD_x86_64::GetGPRSize() const { return sizeof(GPR); } in GetGPRSize() function in RegisterContextOpenBSD_x86_64
DRegisterContextFreeBSD_x86_64.cpp137 size_t RegisterContextFreeBSD_x86_64::GetGPRSize() const { return sizeof(GPR); } in GetGPRSize() function in RegisterContextFreeBSD_x86_64
DRegisterContextFreeBSD_mips64.cpp92 size_t RegisterContextFreeBSD_mips64::GetGPRSize() const { in GetGPRSize() function in RegisterContextFreeBSD_mips64
DRegisterContextNetBSD_i386.cpp80 size_t RegisterContextNetBSD_i386::GetGPRSize() const { return sizeof(GPR); } in GetGPRSize() function in RegisterContextNetBSD_i386
DRegisterContextNetBSD_x86_64.cpp166 size_t RegisterContextNetBSD_x86_64::GetGPRSize() const { return sizeof(GPR); } in GetGPRSize() function in RegisterContextNetBSD_x86_64
DRegisterContextWindows_x86_64.cpp152 size_t RegisterContextWindows_x86_64::GetGPRSize() const { return sizeof(GPR); } in GetGPRSize() function in RegisterContextWindows_x86_64
DRegisterContextLinux_i386.cpp108 size_t RegisterContextLinux_i386::GetGPRSize() const { return sizeof(GPR); } in GetGPRSize() function in RegisterContextLinux_i386
DRegisterContextLinux_x86_64.cpp175 size_t RegisterContextLinux_x86_64::GetGPRSize() const { return sizeof(GPR); } in GetGPRSize() function in RegisterContextLinux_x86_64
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux.h82 virtual size_t GetGPRSize() const { in GetGPRSize() function
DNativeRegisterContextLinux_s390x.h79 size_t GetGPRSize() const override { return sizeof(m_regs); } in GetGPRSize() function

12