Lines Matching refs:DynamicRegisterInfo

24 DynamicRegisterInfo::DynamicRegisterInfo(  in DynamicRegisterInfo()  function in DynamicRegisterInfo
30 DynamicRegisterInfo::DynamicRegisterInfo(DynamicRegisterInfo &&info) { in DynamicRegisterInfo() function in DynamicRegisterInfo
34 DynamicRegisterInfo &
35 DynamicRegisterInfo::operator=(DynamicRegisterInfo &&info) { in operator =()
40 void DynamicRegisterInfo::MoveFrom(DynamicRegisterInfo &&info) { in MoveFrom()
62 DynamicRegisterInfo::SetRegisterInfo(const StructuredData::Dictionary &dict, in SetRegisterInfo()
410 void DynamicRegisterInfo::AddRegister(RegisterInfo &reg_info, in AddRegister()
448 void DynamicRegisterInfo::Finalize(const ArchSpec &arch) { in Finalize()
631 size_t DynamicRegisterInfo::GetNumRegisters() const { return m_regs.size(); } in GetNumRegisters()
633 size_t DynamicRegisterInfo::GetNumRegisterSets() const { return m_sets.size(); } in GetNumRegisterSets()
635 size_t DynamicRegisterInfo::GetRegisterDataByteSize() const { in GetRegisterDataByteSize()
640 DynamicRegisterInfo::GetRegisterInfoAtIndex(uint32_t i) const { in GetRegisterInfoAtIndex()
646 RegisterInfo *DynamicRegisterInfo::GetRegisterInfoAtIndex(uint32_t i) { in GetRegisterInfoAtIndex()
652 const RegisterSet *DynamicRegisterInfo::GetRegisterSet(uint32_t i) const { in GetRegisterSet()
658 uint32_t DynamicRegisterInfo::GetRegisterSetIndexByName(ConstString &set_name, in GetRegisterSetIndexByName()
674 DynamicRegisterInfo::ConvertRegisterKindToRegisterNumber(uint32_t kind, in ConvertRegisterKindToRegisterNumber()
685 void DynamicRegisterInfo::Clear() { in Clear()
697 void DynamicRegisterInfo::Dump() const { in Dump()
749 const lldb_private::RegisterInfo *DynamicRegisterInfo::GetRegisterInfo( in GetRegisterInfo()