reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Utility/RegisterValue.h
   80   RegisterValue::Type GetType() const { return m_type; }
   84   void SetType(RegisterValue::Type type) { m_type = type; }
   86   RegisterValue::Type SetType(const RegisterInfo *reg_info);
  199   void SetUInt32(uint32_t uint, Type t = eTypeUInt32) {
  204   void SetUInt64(uint64_t uint, Type t = eTypeUInt64) {
  258   RegisterValue::Type m_type;
tools/lldb/source/Utility/RegisterValue.cpp
  189 RegisterValue::Type RegisterValue::SetType(const RegisterInfo *reg_info) {