Home
last modified time | relevance | path

Searched refs:GetNumRegisterSets (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp63 return m_reg_infos.GetNumRegisterSets(); in GetRegisterSetCount()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicRegisterInfo.h65 size_t GetNumRegisterSets() const;
/src/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp159 assert(m_register_info_up->GetNumRegisterSets() > 0); in GetDynamicRegisterInfo()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp77 return m_reg_info_sp->GetNumRegisterSets(); in GetRegisterSetCount()
/src/contrib/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp685 size_t DynamicRegisterInfo::GetNumRegisterSets() const { return m_sets.size(); } in GetNumRegisterSets() function in DynamicRegisterInfo