Searched refs:FindAttributeIndex (Results 1 – 5 of 5) sorted by relevance
19 uint32_t DWARFAttributes::FindAttributeIndex(dw_attr_t attr) const { in FindAttributeIndex() function in DWARFAttributes53 const uint32_t attr_idx = FindAttributeIndex(attr); in FormValueAsReference()
42 uint32_t FindAttributeIndex(dw_attr_t attr) const;
74 DWARFAbbreviationDeclaration::FindAttributeIndex(dw_attr_t attr) const { in FindAttributeIndex() function in DWARFAbbreviationDeclaration
65 uint32_t FindAttributeIndex(dw_attr_t attr) const;
480 uint32_t attr_idx = abbrevDecl->FindAttributeIndex(attr); in GetAttributeValue()