Searched refs:DWARFAttribute (Results 1 – 7 of 7) sorted by relevance
17 class DWARFAttribute {21 DWARFAttribute(uint16_t attr, uint16_t form) in DWARFAttribute() function
25 SmallVector<DWARFAttribute, 8> Attributes;47 const SmallVectorImpl<DWARFAttribute> &getAttributes() const { in getAttributes()
36 Attributes.push_back(DWARFAttribute(attr, form)); in extract()
25 struct DWARFAttribute { struct35 DWARFAttribute(uint32_t O, dwarf::Attribute A = dwarf::Attribute(0), argument
24 struct DWARFAttribute;177 DWARFAttribute &AttrValue);191 unsigned verifyDebugInfoForm(const DWARFDie &Die, DWARFAttribute &AttrValue);
284 const DWARFAttribute> {288 DWARFAttribute AttrValue;309 const DWARFAttribute &operator*() const { return AttrValue; }
386 DWARFAttribute &AttrValue) { in verifyDebugInfoAttribute()449 DWARFAttribute &AttrValue) { in verifyDebugInfoForm()