Searched refs:AbbrDecl (Results 1 – 2 of 2) 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()