Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFDebugAbbrev.cpp30 DWARFAbbreviationDeclaration AbbrDecl; in extract() local
32 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()
DDWARFUnit.cpp138 if (const DWARFAbbreviationDeclaration *AbbrDecl = in setDIERelations() local
141 if (AbbrDecl->hasChildren()) { in setDIERelations()
186 if (const DWARFAbbreviationDeclaration *AbbrDecl = in extractDIEsToVector() local
189 if (AbbrDecl->hasChildren()) in extractDIEsToVector()