HomeSort by: relevance | last modified time | path
    Searched refs:AbbrDecls (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugAbbrev.cpp 91 DWARFAbbreviationDeclarationSet AbbrDecls;
92 if (!AbbrDecls.extract(*Data, &Offset))
94 AbbrDeclSets.insert(I, std::make_pair(CUAbbrOffset, std::move(AbbrDecls)));
128 DWARFAbbreviationDeclarationSet AbbrDecls;
129 if (!AbbrDecls.extract(*Data, &Offset))
132 AbbrDeclSets.insert(std::make_pair(CUAbbrOffset, std::move(AbbrDecls)))
DWARFVerifier.cpp 259 const DWARFAbbreviationDeclarationSet *AbbrDecls =
261 for (auto AbbrDecl : *AbbrDecls) {

Completed in 32 milliseconds