Searched refs:GetBoolAttributeOr (Results 1 – 3 of 3) sorted by relevance
67 [[nodiscard]] bool GetBoolAttributeOr(uint16_t attr_name, bool default_value) const;
439 bool DwarfDie::GetBoolAttributeOr(uint16_t attr_name, bool default_value) const { in GetBoolAttributeOr() function in nogrod::DwarfDie
681 bool incomplete = die->GetBoolAttributeOr(DW_AT_declaration, false); in ParseClass()770 if (child->GetBoolAttributeOr(DW_AT_external, false)) { in ParseClass()