Searched refs:CUAbbrOffset (Results 1 – 2 of 2) sorted by relevance
82 uint32_t CUAbbrOffset = Offset; in extract() local85 AbbrDeclSets[CUAbbrOffset] = std::move(AbbrDecls); in extract()102 DWARFDebugAbbrev::getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const { in getAbbreviationDeclarationSet()104 if (PrevAbbrOffsetPos != End && PrevAbbrOffsetPos->first == CUAbbrOffset) { in getAbbreviationDeclarationSet()108 const auto Pos = AbbrDeclSets.find(CUAbbrOffset); in getAbbreviationDeclarationSet()
52 getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const;