Searched refs:FindAttributeIndex (Results 1 – 5 of 5) sorted by relevance
65 uint32_t FindAttributeIndex(dw_attr_t attr) const;
175 DWARFAbbreviationDeclaration::FindAttributeIndex(dw_attr_t attr) const in FindAttributeIndex() function in DWARFAbbreviationDeclaration
50 DWARFDebugInfoEntry::Attributes::FindAttributeIndex(dw_attr_t attr) const in FindAttributeIndex() function in DWARFDebugInfoEntry::Attributes73 return FindAttributeIndex(attr) != UINT32_MAX; in ContainsAttribute()79 uint32_t attr_index = FindAttributeIndex(attr); in RemoveAttribute()99 const uint32_t attr_idx = FindAttributeIndex (attr); in FormValueAsUnsigned()1321 uint32_t attr_idx = abbrevDecl->FindAttributeIndex(attr); in GetAttributeValue()
74 uint32_t FindAttributeIndex(dw_attr_t attr) const;
3454 uint32_t idx = attributes.FindAttributeIndex(DW_AT_MIPS_linkage_name); in FunctionDieMatchesPartialName()3456 idx = attributes.FindAttributeIndex(DW_AT_linkage_name); in FunctionDieMatchesPartialName()3469 idx = attributes.FindAttributeIndex(DW_AT_name); in FunctionDieMatchesPartialName()