Searched refs:DWARFAttribute (Results 1 – 4 of 4) sorted by relevance
56 m_attributes.push_back(DWARFAttribute(attr, form)); in Extract()102 const DWARFAttribute::collection& attributes = abbr_decl.Attributes(); in CopyExcludingAddressAttributes()120 m_attributes.push_back(DWARFAttribute(attr, form)); in CopyExcludingAddressAttributes()133 m_attributes.push_back(DWARFAttribute(attr, form)); in CopyExcludingAddressAttributes()152 const DWARFAttribute::collection& attributes = abbr_decl.Attributes(); in CopyChangingStringToStrp()167 m_attributes.push_back(DWARFAttribute(attr, DW_FORM_strp)); in CopyChangingStringToStrp()169 m_attributes.push_back(DWARFAttribute(attr, form)); in CopyChangingStringToStrp()
16 class DWARFAttribute19 DWARFAttribute(dw_attr_t attr, dw_form_t form) : in DWARFAttribute() function35 …bool operator == (const DWARFAttribute& rhs) const { return m_attr_form == rhs.m_attr_form;…36 typedef std::vector<DWARFAttribute> collection;
26 void AddAttribute(const DWARFAttribute& attr) in AddAttribute()73 const DWARFAttribute::collection& Attributes() const { return m_attributes; } in Attributes()78 DWARFAttribute::collection m_attributes;
775 …C5600BB2B04 /* DWARFAttribute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …2010 260C89B610F57C5600BB2B04 /* DWARFAttribute.h */,