Home
last modified time | relevance | path

Searched refs:GetRegisterInfoCount (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_ppc64le.cpp35 GetRegisterInfoCount(const lldb_private::ArchSpec &target_arch) { in GetRegisterInfoCount() function
50 m_register_info_count(GetRegisterInfoCount(target_arch)) {} in RegisterInfoPOSIX_ppc64le()
H A DRegisterContextLinux_s390x.cpp30 static uint32_t GetRegisterInfoCount(const ArchSpec &target_arch) { in GetRegisterInfoCount() function
54 m_register_info_count(GetRegisterInfoCount(target_arch)), in RegisterContextLinux_s390x()
H A DRegisterInfoPOSIX_riscv32.cpp39 uint32_t RegisterInfoPOSIX_riscv32::GetRegisterInfoCount( in GetRegisterInfoCount() function in RegisterInfoPOSIX_riscv32
103 m_register_info_count(GetRegisterInfoCount(target_arch)), in RegisterInfoPOSIX_riscv32()
H A DRegisterContextLinux_x86_64.cpp125 static uint32_t GetRegisterInfoCount(const ArchSpec &target_arch) { in GetRegisterInfoCount() function
169 m_register_info_count(GetRegisterInfoCount(target_arch)),
H A DRegisterInfoPOSIX_arm.cpp63 GetRegisterInfoCount(const lldb_private::ArchSpec &target_arch) { in GetRegisterInfoCount() function
156 m_register_info_count(GetRegisterInfoCount(target_arch)) {} in RegisterInfoPOSIX_arm()
H A DRegisterInfoPOSIX_loongarch64.cpp52 uint32_t RegisterInfoPOSIX_loongarch64::GetRegisterInfoCount( in GetRegisterInfoCount() function in RegisterInfoPOSIX_loongarch64
173 m_register_info_count(GetRegisterInfoCount(target_arch)) {} in RegisterInfoPOSIX_loongarch64()
H A DRegisterInfoPOSIX_riscv32.h25 GetRegisterInfoCount(const lldb_private::ArchSpec &target_arch);
H A DRegisterInfoPOSIX_loongarch64.h23 GetRegisterInfoCount(const lldb_private::ArchSpec &target_arch);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp167 RegisterInfoPOSIX_loongarch64::GetRegisterInfoCount(m_arch); in GetRegisterInfo()