Lines Matching refs:attributes
73 for (const auto &attribute : abbrevDecl->attributes()) { in Extract()
144 for (const auto &attribute : abbrevDecl->attributes()) { in GetDIENamesAndRanges()
297 DWARFAttributes &attributes, in GetAttributes() argument
302 attributes.Clear(); in GetAttributes()
309 for (const auto &attribute : abbrevDecl->attributes()) { in GetAttributes()
328 attributes.Append(form_value, offset, attr); in GetAttributes()
337 spec_die.GetDIE()->GetAttributes(spec_die.GetCU(), attributes, in GetAttributes()
641 DWARFAttributes attributes = GetAttributes(cu, Recurse::yes); in GetParentDeclContextDIE() local
642 return GetParentDeclContextDIE(cu, attributes); in GetParentDeclContextDIE()
647 DWARFUnit *cu, const DWARFAttributes &attributes) const { in GetParentDeclContextDIE()
669 DWARFDIE spec_die = attributes.FormValueAsReference(DW_AT_specification); in GetParentDeclContextDIE()
676 DWARFDIE abs_die = attributes.FormValueAsReference(DW_AT_abstract_origin); in GetParentDeclContextDIE()