HomeSort by relevance Sort by last modified time
    Searched refs:PrevAbbrOffsetPos (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFDebugAbbrev.cpp 60 PrevAbbrOffsetPos(AbbrevCollMap.end()) {}
75 PrevAbbrOffsetPos = AbbrevCollMap.end();
95 if (PrevAbbrOffsetPos != end &&
96 PrevAbbrOffsetPos->first == cu_abbr_offset) {
97 return &(PrevAbbrOffsetPos->second);
100 PrevAbbrOffsetPos = pos;
DWARFDebugAbbrev.h 61 mutable DWARFAbbreviationDeclarationCollMapConstIter PrevAbbrOffsetPos;

Completed in 1044 milliseconds