Searched refs:abbrev_attribute (Results 1 – 3 of 3) sorted by relevance
282 std::unique_ptr<const DwarfAbbrevAttribute> abbrev_attribute = in ReadAbbrev() local286 if (!abbrev_attribute) { in ReadAbbrev()293 abbrev.AddAttribute(std::move(abbrev_attribute)); in ReadAbbrev()
199 void AddAttribute(std::unique_ptr<const DwarfAbbrevAttribute>&& abbrev_attribute);
1033 void DwarfAbbrev::AddAttribute(std::unique_ptr<const DwarfAbbrevAttribute>&& abbrev_attribute) { in AddAttribute() argument1034 attributes_.push_back(std::move(abbrev_attribute)); in AddAttribute()