Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp73 PrevAbbrOffsetPos = AbbrDeclSets.end(); in clear()
104 if (PrevAbbrOffsetPos != End && PrevAbbrOffsetPos->first == CUAbbrOffset) { in getAbbreviationDeclarationSet()
105 return &(PrevAbbrOffsetPos->second); in getAbbreviationDeclarationSet()
110 PrevAbbrOffsetPos = Pos; in getAbbreviationDeclarationSet()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h46 mutable DWARFAbbreviationDeclarationSetMap::const_iterator PrevAbbrOffsetPos; variable