Searched refs:GetStringAttribute (Results 1 – 3 of 3) sorted by relevance
367 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
60 [[nodiscard]] std::optional<std::string> GetStringAttribute(uint16_t attr_name) const;
539 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()