HomeSort by relevance Sort by last modified time
    Searched refs:AbbrDecl (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFDebugAbbrev.cpp 30 DWARFAbbreviationDeclaration AbbrDecl;
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();
DWARFUnit.cpp 138 if (const DWARFAbbreviationDeclaration *AbbrDecl =
141 if (AbbrDecl->hasChildren()) {
186 if (const DWARFAbbreviationDeclaration *AbbrDecl =
189 if (AbbrDecl->hasChildren())

Completed in 280 milliseconds