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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1292 SequenceIter SeqPos = llvm::upper_bound( local
1294 if (SeqPos == LastSeq || !SeqPos->containsPC(Address))
1297 SequenceIter StartPos = SeqPos;
1302 while (SeqPos != LastSeq && SeqPos->LowPC < EndAddr) {
1303 const DWARFDebugLine::Sequence &CurSeq = *SeqPos;
1307 if (SeqPos == StartPos)
1323 ++SeqPos;

Completed in 119 milliseconds