Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.h71 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_ppc.h70 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_ppc64.cpp55 ABISysV_ppc64::GetRegisterInfoArray(uint32_t &count) { in LLDB_PLUGIN_DEFINE()
H A DABISysV_ppc.cpp212 ABISysV_ppc::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABISysV_ppc
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.h74 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_mips.h61 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_mips.cpp542 ABISysV_mips::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABISysV_mips
H A DABISysV_mips64.cpp543 ABISysV_mips64::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABISysV_mips64
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.h61 GetRegisterInfoArray(uint32_t &count) override;
H A DABIMacOSX_arm.h61 GetRegisterInfoArray(uint32_t &count) override;
H A DABIMacOSX_arm.cpp1291 ABIMacOSX_arm::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABIMacOSX_arm
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.h55 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_msp430.cpp254 ABISysV_msp430::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABISysV_msp430
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/LoongArch/
H A DABISysV_loongarch.h65 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_loongarch.cpp139 const RegisterInfo *ABISysV_loongarch::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABISysV_loongarch
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.h63 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_s390x.cpp179 ABISysV_s390x::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABISysV_s390x
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.h69 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_arc.cpp139 const RegisterInfo *ABISysV_arc::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABISysV_arc
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.h71 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_hexagon.cpp980 ABISysV_hexagon::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABISysV_hexagon
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.h91 GetRegisterInfoArray(uint32_t &count) override;
H A DABISysV_riscv.cpp130 const RegisterInfo *ABISysV_riscv::GetRegisterInfoArray(uint32_t &count) { in GetRegisterInfoArray() function in ABISysV_riscv
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h185 virtual const RegisterInfo *GetRegisterInfoArray(uint32_t &count) = 0;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp49 const RegisterInfo *register_info_array = GetRegisterInfoArray(count); in GetRegisterInfoByName()

12