Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_info.cc410 attributes_.push_back(std::unique_ptr<DwarfAttribute>(attr)); in AddAttribute()
418 for (auto& attr : attributes_) { in GetStringAttribute()
429 for (auto& attr : attributes_) { in GetUint64Attribute()
440 for (auto& attr : attributes_) { in GetBoolAttributeOr()
452 for (auto& attr : attributes_) { in ResolveAttributes()
Ddwarf_abbrev.h205 return attributes_; in attributes()
212 std::vector<std::unique_ptr<const DwarfAbbrevAttribute>> attributes_; variable
Ddwarf_info.h76 std::vector<std::unique_ptr<DwarfAttribute>> attributes_; variable
Ddwarf_abbrev.cc1034 attributes_.push_back(std::move(abbrev_attribute)); in AddAttribute()