Home
last modified time | relevance | path

Searched refs:GetRegisterInfoPtr (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterInfoPOSIX_ppc64le.cpp24 GetRegisterInfoPtr(const lldb_private::ArchSpec &target_arch) { in GetRegisterInfoPtr() function
49 m_register_info_p(GetRegisterInfoPtr(target_arch)), in RegisterInfoPOSIX_ppc64le()
DRegisterContextLinux_s390x.cpp20 static const RegisterInfo *GetRegisterInfoPtr(const ArchSpec &target_arch) { in GetRegisterInfoPtr() function
53 m_register_info_p(GetRegisterInfoPtr(target_arch)), in RegisterContextLinux_s390x()
DRegisterContextLinux_x86_64.cpp113 static const RegisterInfo *GetRegisterInfoPtr(const ArchSpec &target_arch) { in GetRegisterInfoPtr() function
156 m_register_info_p(GetRegisterInfoPtr(target_arch)), in RegisterContextLinux_x86_64()
DRegisterInfoPOSIX_arm.cpp52 GetRegisterInfoPtr(const lldb_private::ArchSpec &target_arch) { in GetRegisterInfoPtr() function
155 m_register_info_p(GetRegisterInfoPtr(target_arch)), in RegisterInfoPOSIX_arm()