Home
last modified time | relevance | path

Searched refs:abbrev_attribute (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_info.cc282 std::unique_ptr<const DwarfAbbrevAttribute> abbrev_attribute = in ReadAbbrev() local
286 if (!abbrev_attribute) { in ReadAbbrev()
293 abbrev.AddAttribute(std::move(abbrev_attribute)); in ReadAbbrev()
Ddwarf_abbrev.h199 void AddAttribute(std::unique_ptr<const DwarfAbbrevAttribute>&& abbrev_attribute);
Ddwarf_abbrev.cc1033 void DwarfAbbrev::AddAttribute(std::unique_ptr<const DwarfAbbrevAttribute>&& abbrev_attribute) { in AddAttribute() argument
1034 attributes_.push_back(std::move(abbrev_attribute)); in AddAttribute()