Home
last modified time | relevance | path

Searched refs:AddAttribute (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_info.cc125 die->AddAttribute(attribute.release()); in ReadOneDie()
293 abbrev.AddAttribute(std::move(abbrev_attribute)); in ReadAbbrev()
409 void DwarfDie::AddAttribute(DwarfAttribute* attr) { in AddAttribute() function in nogrod::DwarfDie
Ddwarf_info.h47 void AddAttribute(DwarfAttribute* attribute);
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() function in nogrod::DwarfAbbrev