Searched refs:FindAttributeIndex (Results 1 – 5 of 5) sorted by relevance
17 uint32_t DWARFAttributes::FindAttributeIndex(dw_attr_t attr) const { in FindAttributeIndex() function in DWARFAttributes46 const uint32_t attr_idx = FindAttributeIndex(attr); in FormValueAsReference()
42 uint32_t FindAttributeIndex(dw_attr_t attr) const;
76 DWARFAbbreviationDeclaration::FindAttributeIndex(dw_attr_t attr) const { in FindAttributeIndex() function in DWARFAbbreviationDeclaration
68 uint32_t FindAttributeIndex(dw_attr_t attr) const;
469 uint32_t attr_idx = abbrevDecl->FindAttributeIndex(attr); in GetAttributeValue()