Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp80 DWARFAbbreviationDeclarationSet AbbrDecls; in extract() local
83 if (!AbbrDecls.extract(Data, &Offset)) in extract()
85 AbbrDeclSets[CUAbbrOffset] = std::move(AbbrDecls); in extract()