Home
last modified time | relevance | path

Searched refs:AbbrDecl (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp30 DWARFAbbreviationDeclaration AbbrDecl; in extract() local
32 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()
DDWARFUnit.cpp169 if (const DWARFAbbreviationDeclaration *AbbrDecl = in setDIERelations() local
172 if (AbbrDecl->hasChildren()) { in setDIERelations()
217 if (const DWARFAbbreviationDeclaration *AbbrDecl = in extractDIEsToVector() local
220 if (AbbrDecl->hasChildren()) in extractDIEsToVector()