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

/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugAbbrev.cpp60 PrevAbbrOffsetPos(AbbrevCollMap.end()) {}
75 PrevAbbrOffsetPos = AbbrevCollMap.end();
95 if (PrevAbbrOffsetPos != end &&
96 PrevAbbrOffsetPos->first == cu_abbr_offset) {
97 return &(PrevAbbrOffsetPos->second);
100 PrevAbbrOffsetPos = pos;
H A DDWARFDebugAbbrev.h61 mutable DWARFAbbreviationDeclarationCollMapConstIter PrevAbbrOffsetPos; member in class:llvm::DWARFDebugAbbrev

Completed in 102 milliseconds