Searched refs:AbbrDecl (Results 1 – 5 of 5) sorted by relevance
33 DWARFAbbreviationDeclaration AbbrDecl; in extract() local35 while (AbbrDecl.extract(Data, OffsetPtr)) { in extract()37 FirstAbbrCode = AbbrDecl.getCode(); in extract()39 if (PrevAbbrCode + 1 != AbbrDecl.getCode()) { in extract()44 PrevAbbrCode = AbbrDecl.getCode(); in extract()45 Decls.push_back(std::move(AbbrDecl)); in extract()
670 auto AbbrDecl = Die.getAbbreviationDeclarationPtr(); in attribute_iterator() local671 assert(AbbrDecl && "Must have abbreviation declaration"); in attribute_iterator()674 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()677 AttrValue.Offset = D.getOffset() + AbbrDecl->getCodeByteSize(); in attribute_iterator()678 updateForIndex(*AbbrDecl, 0); in attribute_iterator()683 const DWARFAbbreviationDeclaration &AbbrDecl, uint32_t I) { in updateForIndex() argument686 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()688 AttrValue.Attr = AbbrDecl.getAttrByIndex(Index); in updateForIndex()695 AbbrDecl.getFormByIndex(Index), U, &ParseOffset); in updateForIndex()704 if (auto AbbrDecl = Die.getAbbreviationDeclarationPtr()) in operator ++() local[all …]
252 for (auto AbbrDecl : *AbbrDecls) { in verifyAbbrevSection()254 for (auto Attribute : AbbrDecl.attributes()) { in verifyAbbrevSection()259 AbbrDecl.dump(OS); in verifyAbbrevSection()
411 if (const DWARFAbbreviationDeclaration *AbbrDecl = in extractDIEsToVector() local414 if (AbbrDecl->hasChildren()) in extractDIEsToVector()
305 void updateForIndex(const DWARFAbbreviationDeclaration &AbbrDecl, uint32_t I);