Home | History | Annotate | Download | only in DWARF

Lines Matching defs:attributes

102     const DWARFAttribute::collection& attributes = abbr_decl.Attributes();
103 const uint32_t num_abbr_decl_attributes = attributes.size();
111 attributes[i].get(attr, form);
127 // Don't add these attributes
152 const DWARFAttribute::collection& attributes = abbr_decl.Attributes();
153 const uint32_t num_abbr_decl_attributes = attributes.size();
162 attributes[i].get(attr, form);
193 && Attributes() == rhs.Attributes();