Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp87 DWARFAbbreviationDeclarationSet AbbrDecls; in parse() local
93 if (!AbbrDecls.extract(*Data, &Offset)) in parse()
95 AbbrDeclSets.insert(I, std::make_pair(CUAbbrOffset, std::move(AbbrDecls))); in parse()
129 DWARFAbbreviationDeclarationSet AbbrDecls; in getAbbreviationDeclarationSet() local
130 if (!AbbrDecls.extract(*Data, &Offset)) in getAbbreviationDeclarationSet()
133 AbbrDeclSets.insert(std::make_pair(CUAbbrOffset, std::move(AbbrDecls))) in getAbbreviationDeclarationSet()
DDWARFVerifier.cpp217 const DWARFAbbreviationDeclarationSet *AbbrDecls = in verifyAbbrevSection() local
219 for (auto AbbrDecl : *AbbrDecls) { in verifyAbbrevSection()
/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()