Home
last modified time | relevance | path

Searched refs:m_register_info_p (Results 1 – 20 of 20) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm64.cpp209 m_register_info_p = g_register_infos_arm64_sve_le; in RegisterInfoPOSIX_arm64()
214 m_register_info_p = g_register_infos_arm64_le; in RegisterInfoPOSIX_arm64()
220 llvm::ArrayRef(m_register_info_p, m_register_info_count); in RegisterInfoPOSIX_arm64()
233 m_register_info_p = m_dynamic_reg_infos.data(); in RegisterInfoPOSIX_arm64()
258 return m_register_info_p; in GetRegisterInfo()
336 reg_info_ref = llvm::ArrayRef(m_register_info_p, m_register_info_count); in ConfigureVectorLength()
375 m_register_info_p = m_per_vq_reg_infos[sve_vq].data(); in ConfigureVectorLength()
417 return m_register_info_p[pauth_regnum_collection[0]].byte_offset; in GetPAuthOffset()
421 return m_register_info_p[m_mte_regnum_collection[0]].byte_offset; in GetMTEOffset()
H A DRegisterInfoPOSIX_ppc64le.cpp49 m_register_info_p(GetRegisterInfoPtr(target_arch)), in RegisterInfoPOSIX_ppc64le()
58 return m_register_info_p; in GetRegisterInfo()
H A DRegisterContextLinux_s390x.cpp53 m_register_info_p(GetRegisterInfoPtr(target_arch)), in RegisterContextLinux_s390x()
63 return m_register_info_p; in GetRegisterInfo()
H A DRegisterContextOpenBSD_x86_64.cpp93 m_register_info_p(PrivateGetRegisterInfoPtr(target_arch)), in RegisterContextOpenBSD_x86_64()
99 return m_register_info_p; in GetRegisterInfo()
H A DRegisterContextFreeBSD_x86_64.cpp134 m_register_info_p(PrivateGetRegisterInfoPtr(target_arch)), in RegisterContextFreeBSD_x86_64()
140 return m_register_info_p; in GetRegisterInfo()
H A DRegisterInfoPOSIX_riscv64.cpp103 m_register_info_p(GetRegisterInfoPtr(target_arch)), in RegisterInfoPOSIX_riscv64()
120 return m_register_info_p; in GetRegisterInfo()
H A DRegisterContextNetBSD_x86_64.cpp162 m_register_info_p(PrivateGetRegisterInfoPtr(target_arch)), in RegisterContextNetBSD_x86_64()
169 return m_register_info_p; in GetRegisterInfo()
H A DRegisterInfoPOSIX_loongarch64.cpp119 m_register_info_p(GetRegisterInfoPtr(target_arch)), in RegisterInfoPOSIX_loongarch64()
136 return m_register_info_p; in GetRegisterInfo()
H A DRegisterContextLinux_x86_64.cpp156 m_register_info_p(GetRegisterInfoPtr(target_arch)), in RegisterContextLinux_x86_64()
182 return m_register_info_p; in GetRegisterInfo()
H A DRegisterInfoPOSIX_arm.cpp155 m_register_info_p(GetRegisterInfoPtr(target_arch)), in RegisterInfoPOSIX_arm()
168 return m_register_info_p; in GetRegisterInfo()
H A DRegisterContextFreeBSD_x86_64.h26 const lldb_private::RegisterInfo *m_register_info_p;
H A DRegisterInfoPOSIX_ppc64le.h27 const lldb_private::RegisterInfo *m_register_info_p;
H A DRegisterContextOpenBSD_x86_64.h26 const lldb_private::RegisterInfo *m_register_info_p;
H A DRegisterContextNetBSD_x86_64.h28 const lldb_private::RegisterInfo *m_register_info_p;
H A DRegisterContextLinux_s390x.h30 const lldb_private::RegisterInfo *m_register_info_p;
H A DRegisterContextLinux_x86_64.h31 const lldb_private::RegisterInfo *m_register_info_p;
H A DRegisterInfoPOSIX_riscv64.h57 const lldb_private::RegisterInfo *m_register_info_p;
H A DRegisterInfoPOSIX_arm.h68 const lldb_private::RegisterInfo *m_register_info_p;
H A DRegisterInfoPOSIX_loongarch64.h65 const lldb_private::RegisterInfo *m_register_info_p;
H A DRegisterInfoPOSIX_arm64.h141 const lldb_private::RegisterInfo *m_register_info_p; variable