Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp72 AbbrDeclSets.clear(); in clear()
73 PrevAbbrOffsetPos = AbbrDeclSets.end(); in clear()
85 AbbrDeclSets[CUAbbrOffset] = std::move(AbbrDecls); in extract()
90 if (AbbrDeclSets.empty()) { in dump()
95 for (const auto &I : AbbrDeclSets) { in dump()
103 const auto End = AbbrDeclSets.end(); in getAbbreviationDeclarationSet()
108 const auto Pos = AbbrDeclSets.find(CUAbbrOffset); in getAbbreviationDeclarationSet()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h44 DWARFAbbreviationDeclarationSetMap AbbrDeclSets; variable