Searched refs:DWARFAttribute (Results 1 – 3 of 3) 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()