Searched refs:FindAttributeIndex (Results 1 – 5 of 5) sorted by relevance
18 uint32_t DWARFAttributes::FindAttributeIndex(dw_attr_t attr) const { in FindAttributeIndex() function in DWARFAttributes37 return FindAttributeIndex(attr) != UINT32_MAX; in ContainsAttribute()41 uint32_t attr_index = FindAttributeIndex(attr); in RemoveAttribute()60 const uint32_t attr_idx = FindAttributeIndex(attr); in FormValueAsUnsigned()
47 uint32_t FindAttributeIndex(dw_attr_t attr) const;
85 DWARFAbbreviationDeclaration::FindAttributeIndex(dw_attr_t attr) const { in FindAttributeIndex() function in DWARFAbbreviationDeclaration
73 uint32_t FindAttributeIndex(dw_attr_t attr) const;
878 uint32_t attr_idx = abbrevDecl->FindAttributeIndex(attr); in GetAttributeValue()