Searched refs:AddAttribute (Results 1 – 4 of 4) sorted by relevance
125 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
47 void AddAttribute(DwarfAttribute* attribute);
199 void AddAttribute(std::unique_ptr<const DwarfAbbrevAttribute>&& abbrev_attribute);
1033 void DwarfAbbrev::AddAttribute(std::unique_ptr<const DwarfAbbrevAttribute>&& abbrev_attribute) { in AddAttribute() function in nogrod::DwarfAbbrev