Lines Matching refs:attributes
407 DWARFAttributes &attributes, in GetAttributes() argument
436 attributes.Append(form_value, offset, attr); in GetAttributes()
445 spec_die.GetDIE()->GetAttributes(spec_die.GetCU(), attributes, in GetAttributes()
457 attributes.Clear(); in GetAttributes()
459 return attributes.Size(); in GetAttributes()
740 DWARFAttributes attributes; in GetParentDeclContextDIE() local
741 GetAttributes(cu, attributes, Recurse::yes); in GetParentDeclContextDIE()
742 return GetParentDeclContextDIE(cu, attributes); in GetParentDeclContextDIE()
747 DWARFUnit *cu, const DWARFAttributes &attributes) const { in GetParentDeclContextDIE()
769 DWARFDIE spec_die = attributes.FormValueAsReference(DW_AT_specification); in GetParentDeclContextDIE()
776 DWARFDIE abs_die = attributes.FormValueAsReference(DW_AT_abstract_origin); in GetParentDeclContextDIE()
790 DWARFAttributes attributes; in GetQualifiedName() local
791 GetAttributes(cu, attributes, Recurse::yes); in GetQualifiedName()
792 return GetQualifiedName(cu, attributes, storage); in GetQualifiedName()
797 const DWARFAttributes &attributes, in GetQualifiedName() argument