Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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_riscv64.cpp40 uint32_t RegisterInfoPOSIX_riscv64::GetRegisterInfoCount( in GetRegisterInfoCount() function in RegisterInfoPOSIX_riscv64
104 m_register_info_count(GetRegisterInfoCount(target_arch)) {} in RegisterInfoPOSIX_riscv64()
H A DRegisterInfoPOSIX_loongarch64.cpp43 uint32_t RegisterInfoPOSIX_loongarch64::GetRegisterInfoCount( in GetRegisterInfoCount() function in RegisterInfoPOSIX_loongarch64
120 m_register_info_count(GetRegisterInfoCount(target_arch)) {} in RegisterInfoPOSIX_loongarch64()
H A DRegisterContextLinux_x86_64.cpp125 static uint32_t GetRegisterInfoCount(const ArchSpec &target_arch) { in GetRegisterInfoCount() function
157 m_register_info_count(GetRegisterInfoCount(target_arch)), in RegisterContextLinux_x86_64()
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_riscv64.h23 GetRegisterInfoCount(const lldb_private::ArchSpec &target_arch);
H A DRegisterInfoPOSIX_loongarch64.h23 GetRegisterInfoCount(const lldb_private::ArchSpec &target_arch);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp178 RegisterInfoPOSIX_loongarch64::GetRegisterInfoCount(m_arch); in GetRegisterInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1739 RegisterInfoPOSIX_riscv64::GetRegisterInfoCount(m_arch); in GetRegisterInfo()