Searched refs:DWARFAttribute (Results 1 – 15 of 15) sorted by relevance
19 class DWARFAttribute {21 DWARFAttribute(dw_attr_t attr, dw_form_t form, in DWARFAttribute() function37 bool operator==(const DWARFAttribute &rhs) const {40 typedef std::vector<DWARFAttribute> collection;77 DWARFAttribute attr;
62 DWARFAttribute::collection m_attributes;
15 DWARFAttribute.cpp
63 m_attributes.push_back(DWARFAttribute(attr, form, val)); in extract()
24 struct DWARFAttribute;197 DWARFAttribute &AttrValue);211 unsigned verifyDebugInfoForm(const DWARFDie &Die, DWARFAttribute &AttrValue);
302 const DWARFAttribute> {306 DWARFAttribute AttrValue;327 const DWARFAttribute &operator*() const { return AttrValue; }
24 struct DWARFAttribute { struct
289 const DWARFAttribute> {293 DWARFAttribute AttrValue;314 const DWARFAttribute &operator*() const { return AttrValue; }
292 DWARFAttribute::mayHaveLocationDescription(Attr)) in dumpAttribute()745 bool DWARFAttribute::mayHaveLocationDescription(dwarf::Attribute Attr) { in mayHaveLocationDescription()
465 DWARFAttribute &AttrValue) { in verifyDebugInfoAttribute()590 DWARFAttribute &AttrValue) { in verifyDebugInfoForm()
283 DWARFAttribute::mayHaveLocationDescription(Attr)) in dumpAttribute()709 bool DWARFAttribute::mayHaveLocationDescription(dwarf::Attribute Attr) { in mayHaveLocationDescription()
448 DWARFAttribute &AttrValue) { in verifyDebugInfoAttribute()533 DWARFAttribute &AttrValue) { in verifyDebugInfoForm()
1072 if (DWARFAttribute::mayHaveLocationDescription(AttrSpec.Attr) && in cloneBlockAttribute()