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

/external/llvm/lib/DebugInfo/
H A DDWARFDebugAbbrev.cpp30 DWARFAbbreviationDeclaration AbbrDecl; local
32 while (AbbrDecl.extract(Data, OffsetPtr)) {
33 Decls.push_back(AbbrDecl);
35 FirstAbbrCode = AbbrDecl.getCode();
37 if (PrevAbbrCode + 1 != AbbrDecl.getCode()) {
42 PrevAbbrCode = AbbrDecl.getCode();
H A DDWARFUnit.cpp138 if (const DWARFAbbreviationDeclaration *AbbrDecl =
141 if (AbbrDecl->hasChildren()) {
186 if (const DWARFAbbreviationDeclaration *AbbrDecl =
189 if (AbbrDecl->hasChildren())

Completed in 570 milliseconds