Searched refs:AbbrDecl (Results 1 – 7 of 7) sorted by relevance
30 DWARFAbbreviationDeclaration AbbrDecl; in extract() local32 while (AbbrDecl.extract(Data, OffsetPtr)) { in extract()34 FirstAbbrCode = AbbrDecl.getCode(); in extract()36 if (PrevAbbrCode + 1 != AbbrDecl.getCode()) { in extract()41 PrevAbbrCode = AbbrDecl.getCode(); in extract()42 Decls.push_back(std::move(AbbrDecl)); in extract()
169 if (const DWARFAbbreviationDeclaration *AbbrDecl = in setDIERelations() local172 if (AbbrDecl->hasChildren()) { in setDIERelations()217 if (const DWARFAbbreviationDeclaration *AbbrDecl = in extractDIEsToVector() local220 if (AbbrDecl->hasChildren()) in extractDIEsToVector()
34 DWARFAbbreviationDeclaration AbbrDecl; in extract() local36 while (AbbrDecl.extract(Data, OffsetPtr)) { in extract()38 FirstAbbrCode = AbbrDecl.getCode(); in extract()40 if (PrevAbbrCode + 1 != AbbrDecl.getCode()) { in extract()45 PrevAbbrCode = AbbrDecl.getCode(); in extract()46 Decls.push_back(std::move(AbbrDecl)); in extract()
583 auto AbbrDecl = Die.getAbbreviationDeclarationPtr(); in attribute_iterator() local584 assert(AbbrDecl && "Must have abbreviation declaration"); in attribute_iterator()587 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()590 AttrValue.Offset = D.getOffset() + AbbrDecl->getCodeByteSize(); in attribute_iterator()591 updateForIndex(*AbbrDecl, 0); in attribute_iterator()596 const DWARFAbbreviationDeclaration &AbbrDecl, uint32_t I) { in updateForIndex() argument599 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()601 AttrValue.Attr = AbbrDecl.getAttrByIndex(Index); in updateForIndex()604 AttrValue.Value.setForm(AbbrDecl.getFormByIndex(Index)); in updateForIndex()620 if (auto AbbrDecl = Die.getAbbreviationDeclarationPtr()) in operator ++() local[all …]
219 for (auto AbbrDecl : *AbbrDecls) { in verifyAbbrevSection()221 for (auto Attribute : AbbrDecl.attributes()) { in verifyAbbrevSection()226 AbbrDecl.dump(OS); in verifyAbbrevSection()
238 if (const DWARFAbbreviationDeclaration *AbbrDecl = in extractDIEsToVector() local241 if (AbbrDecl->hasChildren()) in extractDIEsToVector()
300 void updateForIndex(const DWARFAbbreviationDeclaration &AbbrDecl, uint32_t I);