Searched refs:AbbrDecls (Results 1 – 3 of 3) sorted by relevance
87 DWARFAbbreviationDeclarationSet AbbrDecls; in parse() local93 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() local130 if (!AbbrDecls.extract(*Data, &Offset)) in getAbbreviationDeclarationSet()133 AbbrDeclSets.insert(std::make_pair(CUAbbrOffset, std::move(AbbrDecls))) in getAbbreviationDeclarationSet()
217 const DWARFAbbreviationDeclarationSet *AbbrDecls = in verifyAbbrevSection() local219 for (auto AbbrDecl : *AbbrDecls) { in verifyAbbrevSection()
80 DWARFAbbreviationDeclarationSet AbbrDecls; in extract() local83 if (!AbbrDecls.extract(Data, &Offset)) in extract()85 AbbrDeclSets[CUAbbrOffset] = std::move(AbbrDecls); in extract()