Searched defs:GetGPRSize (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeRegisterContextOpenBSD.h43 virtual size_t GetGPRSize() { function in class:lldb_private::process_openbsd::NativeRegisterContextOpenBSD
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_ppc64le.cpp52 size_t RegisterInfoPOSIX_ppc64le::GetGPRSize() const { function in class:RegisterInfoPOSIX_ppc64le
H A DRegisterContextLinux_s390x.cpp74 size_t RegisterContextLinux_s390x::GetGPRSize() const { return 0; } function in class:RegisterContextLinux_s390x
H A DRegisterContextPOSIX_arm.cpp66 size_t RegisterContextPOSIX_arm::GetGPRSize() { function in class:RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_loongarch64.cpp40 size_t RegisterContextPOSIX_loongarch64::GetGPRSize() { function in class:RegisterContextPOSIX_loongarch64
H A DRegisterContextPOSIX_riscv64.cpp40 size_t RegisterContextPOSIX_riscv64::GetGPRSize() { function in class:RegisterContextPOSIX_riscv64
H A DRegisterContextPOSIX_arm64.cpp74 size_t RegisterContextPOSIX_arm64::GetGPRSize() { function in class:RegisterContextPOSIX_arm64
H A DRegisterInfoPOSIX_arm.cpp158 size_t RegisterInfoPOSIX_arm::GetGPRSize() const { function in class:RegisterInfoPOSIX_arm
H A DRegisterContextWindows_i386.cpp88 size_t RegisterContextWindows_i386::GetGPRSize() const { return sizeof(GPR); } function in class:RegisterContextWindows_i386
H A DRegisterInfoPOSIX_loongarch64.cpp126 size_t RegisterInfoPOSIX_loongarch64::GetGPRSize() const { function in class:RegisterInfoPOSIX_loongarch64
H A DRegisterInfoPOSIX_riscv64.cpp110 size_t RegisterInfoPOSIX_riscv64::GetGPRSize() const { function in class:RegisterInfoPOSIX_riscv64
H A DRegisterContextOpenBSD_i386.cpp62 size_t RegisterContextOpenBSD_i386::GetGPRSize() const { return sizeof(GPR); } function in class:RegisterContextOpenBSD_i386
H A DRegisterContextFreeBSD_i386.cpp68 size_t RegisterContextFreeBSD_i386::GetGPRSize() const { return sizeof(GPR); } function in class:RegisterContextFreeBSD_i386
H A DRegisterContextNetBSD_x86_64.cpp166 size_t RegisterContextNetBSD_x86_64::GetGPRSize() const { return sizeof(GPR); } function in class:RegisterContextNetBSD_x86_64
H A DRegisterContextOpenBSD_x86_64.cpp96 size_t RegisterContextOpenBSD_x86_64::GetGPRSize() const { return sizeof(GPR); } function in class:RegisterContextOpenBSD_x86_64
H A DRegisterContextFreeBSD_x86_64.cpp137 size_t RegisterContextFreeBSD_x86_64::GetGPRSize() const { return sizeof(GPR); } function in class:RegisterContextFreeBSD_x86_64
H A DRegisterContextWindows_x86_64.cpp151 size_t RegisterContextWindows_x86_64::GetGPRSize() const { return sizeof(GPR); } function in class:RegisterContextWindows_x86_64
H A DRegisterContextNetBSD_i386.cpp80 size_t RegisterContextNetBSD_i386::GetGPRSize() const { return sizeof(GPR); } function in class:RegisterContextNetBSD_i386
H A DRegisterContextFreeBSD_mips64.cpp155 size_t RegisterContextFreeBSD_mips64::GetGPRSize() const { function in class:RegisterContextFreeBSD_mips64
H A DRegisterContextFreeBSD_powerpc.cpp183 size_t RegisterContextFreeBSD_powerpc::GetGPRSize() const { function in class:RegisterContextFreeBSD_powerpc
201 size_t RegisterContextFreeBSD_powerpc32::GetGPRSize() const { function in class:RegisterContextFreeBSD_powerpc32
220 size_t RegisterContextFreeBSD_powerpc64::GetGPRSize() const { function in class:RegisterContextFreeBSD_powerpc64
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux.h115 virtual size_t GetGPRSize() const { function in class:lldb_private::process_linux::NativeRegisterContextLinux

Completed in 286 milliseconds