Home | History | Annotate | Download | only in Utility

Lines Matching defs:DynamicRegisterInfo

1 //===-- DynamicRegisterInfo.cpp ----------------------------*- C++ -*-===//
12 #include "DynamicRegisterInfo.h"
27 DynamicRegisterInfo::DynamicRegisterInfo () :
36 DynamicRegisterInfo::DynamicRegisterInfo (const lldb_private::PythonDictionary &dict) :
46 DynamicRegisterInfo::~DynamicRegisterInfo ()
52 DynamicRegisterInfo::SetRegisterInfo (const lldb_private::PythonDictionary &dict)
177 DynamicRegisterInfo::AddRegister (RegisterInfo &reg_info,
198 DynamicRegisterInfo::Finalize ()
209 DynamicRegisterInfo::GetNumRegisters() const
215 DynamicRegisterInfo::GetNumRegisterSets() const
221 DynamicRegisterInfo::GetRegisterDataByteSize() const
227 DynamicRegisterInfo::GetRegisterInfoAtIndex (uint32_t i) const
235 DynamicRegisterInfo::GetRegisterSet (uint32_t i) const
243 DynamicRegisterInfo::GetRegisterSetIndexByName (ConstString &set_name, bool can_create)
260 DynamicRegisterInfo::ConvertRegisterKindToRegisterNumber (uint32_t kind, uint32_t num) const
273 DynamicRegisterInfo::Clear()