Home | History | Annotate | Download | only in DWARF

Lines Matching refs:Attribute

20 /// Encapsulates a DWARF attribute value and all of the data required to
21 /// describe the attribute value.
26 /// The debug info/types offset for this attribute.
28 /// The debug info/types section byte size of the data for this attribute.
30 /// The attribute enumeration of this attribute.
31 dwarf::Attribute Attr;
32 /// The form and value for this attribute.
35 DWARFAttribute(uint32_t O, dwarf::Attribute A = dwarf::Attribute(0),
39 return Offset != 0 && Attr != dwarf::Attribute(0);
49 Attr = dwarf::Attribute(0);