Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugAbbrev.cpp60 PrevAbbrOffsetPos(AbbrevCollMap.end()) {} in DWARFDebugAbbrev()
75 PrevAbbrOffsetPos = AbbrevCollMap.end(); in parse()
95 if (PrevAbbrOffsetPos != end && in getAbbreviationDeclarationSet()
96 PrevAbbrOffsetPos->first == cu_abbr_offset) { in getAbbreviationDeclarationSet()
97 return &(PrevAbbrOffsetPos->second); in getAbbreviationDeclarationSet()
100 PrevAbbrOffsetPos = pos; in getAbbreviationDeclarationSet()
DDWARFDebugAbbrev.h61 mutable DWARFAbbreviationDeclarationCollMapConstIter PrevAbbrOffsetPos; variable
/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.h45 mutable DWARFAbbreviationDeclarationSetMap::const_iterator PrevAbbrOffsetPos; variable