Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_info.cc367 auto die_name = child->GetStringAttribute(DW_AT_name); in FindDiesByName()
375 auto die_name = child->GetStringAttribute(DW_AT_linkage_name); in FindDiesByName()
378 die_name = child->GetStringAttribute(DW_AT_name); in FindDiesByName()
417 std::optional<std::string> DwarfDie::GetStringAttribute(uint16_t attr_name) const { in GetStringAttribute() function in nogrod::DwarfDie
Ddwarf_info.h60 [[nodiscard]] std::optional<std::string> GetStringAttribute(uint16_t attr_name) const;
Dmain.cc539 auto die_name = die->GetStringAttribute(DW_AT_linkage_name); in GetDieName()
542 die_name = die->GetStringAttribute(DW_AT_name); in GetDieName()
779 auto name = child->GetStringAttribute(DW_AT_name); in ParseClass()