Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp105 : AbbrDeclSets(), PrevAbbrOffsetPos(AbbrDeclSets.end()), Data(Data) {} in DWARFDebugAbbrev()
146 if (PrevAbbrOffsetPos != End && PrevAbbrOffsetPos->first == CUAbbrOffset) { in getAbbreviationDeclarationSet()
147 return &PrevAbbrOffsetPos->second; in getAbbreviationDeclarationSet()
152 PrevAbbrOffsetPos = Pos; in getAbbreviationDeclarationSet()
165 PrevAbbrOffsetPos = in getAbbreviationDeclarationSet()
168 return &PrevAbbrOffsetPos->second; in getAbbreviationDeclarationSet()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h64 mutable DWARFAbbreviationDeclarationSetMap::const_iterator PrevAbbrOffsetPos; variable