Home
last modified time | relevance | path

Searched refs:GetRegisterInfoArray (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DABI.cpp45 const RegisterInfo *register_info_array = GetRegisterInfoArray(count); in GetRegisterInfoByName()
71 const RegisterInfo *register_info_array = GetRegisterInfoArray(count); in GetRegisterInfoByKind()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.h70 GetRegisterInfoArray(uint32_t &count) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.h67 GetRegisterInfoArray(uint32_t &count) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.h70 GetRegisterInfoArray(uint32_t &count) override;
H A DABIMacOSX_i386.cpp686 ABIMacOSX_i386::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABIMacOSX_i386
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.h63 GetRegisterInfoArray(uint32_t &count) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.h78 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_i386.cpp177 ABISysV_i386::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABISysV_i386
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.h63 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_mips.cpp546 ABISysV_mips::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABISysV_mips
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.h72 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_ppc.cpp210 ABISysV_ppc::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABISysV_ppc
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.h63 GetRegisterInfoArray(uint32_t &count) override;
H A DABIMacOSX_arm.cpp1299 ABIMacOSX_arm::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABIMacOSX_arm
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.h76 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_mips64.cpp546 ABISysV_mips64::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABISysV_mips64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.h72 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_ppc64.cpp52 ABISysV_ppc64::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABISysV_ppc64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.h72 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_x86_64.cpp1062 ABISysV_x86_64::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABISysV_x86_64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.h64 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_s390x.cpp178 ABISysV_s390x::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABISysV_s390x
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.h73 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_hexagon.cpp979 ABISysV_hexagon::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABISysV_hexagon
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DABI.h130 virtual const RegisterInfo *GetRegisterInfoArray(uint32_t &count) = 0;

12