Searched refs:AbbrDecl (Results 1 – 2 of 2) sorted by relevance
30 DWARFAbbreviationDeclaration AbbrDecl; in extract() local32 while (AbbrDecl.extract(Data, OffsetPtr)) { in extract()33 Decls.push_back(AbbrDecl); in extract()35 FirstAbbrCode = AbbrDecl.getCode(); in extract()37 if (PrevAbbrCode + 1 != AbbrDecl.getCode()) { in extract()42 PrevAbbrCode = AbbrDecl.getCode(); in extract()
138 if (const DWARFAbbreviationDeclaration *AbbrDecl = in setDIERelations() local141 if (AbbrDecl->hasChildren()) { in setDIERelations()186 if (const DWARFAbbreviationDeclaration *AbbrDecl = in extractDIEsToVector() local189 if (AbbrDecl->hasChildren()) in extractDIEsToVector()