LLDB mainline
|
#include <DWARFAttribute.h>
Public Member Functions | |
DWARFAttribute (dw_attr_t attr, dw_form_t form, DWARFFormValue::ValueType value) | |
dw_attr_t | get_attr () const |
dw_form_t | get_form () const |
DWARFFormValue::ValueType | get_value () const |
void | get (dw_attr_t &attr, dw_form_t &form, DWARFFormValue::ValueType &val) const |
Protected Attributes | |
dw_attr_t | m_attr |
dw_form_t | m_form |
DWARFFormValue::ValueType | m_value |
Definition at line 21 of file DWARFAttribute.h.
|
inline |
Definition at line 23 of file DWARFAttribute.h.
|
inline |
Definition at line 30 of file DWARFAttribute.h.
|
inline |
Definition at line 27 of file DWARFAttribute.h.
References m_attr.
|
inline |
Definition at line 28 of file DWARFAttribute.h.
References m_form.
|
inline |
Definition at line 29 of file DWARFAttribute.h.
References m_value.
|
protected |
Definition at line 38 of file DWARFAttribute.h.
Referenced by get(), and get_attr().
|
protected |
Definition at line 39 of file DWARFAttribute.h.
Referenced by get(), and get_form().
|
protected |
Definition at line 40 of file DWARFAttribute.h.
Referenced by get(), and get_value().