Home
last modified time | relevance | path

Searched refs:PrivateGetRegisterCount (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextOpenBSD_x86_64.cpp82 PrivateGetRegisterCount(const lldb_private::ArchSpec &target_arch) { in PrivateGetRegisterCount() function
97 m_register_count(PrivateGetRegisterCount(target_arch)) {} in RegisterContextOpenBSD_x86_64()
H A DRegisterContextNetBSD_x86_64.cpp101 PrivateGetRegisterCount(const lldb_private::ArchSpec &target_arch) { in PrivateGetRegisterCount() function
116 m_register_count(PrivateGetRegisterCount(target_arch)) {} in RegisterContextNetBSD_x86_64()
H A DRegisterContextFreeBSD_x86_64.cpp118 PrivateGetRegisterCount(const lldb_private::ArchSpec &target_arch) { in PrivateGetRegisterCount() function
138 m_register_count(PrivateGetRegisterCount(target_arch)) {} in RegisterContextFreeBSD_x86_64()