Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1263 SequenceIter It = llvm::upper_bound(Sequences, Sequence, in lookupAddressImpl()
1296 SequenceIter LastSeq = Sequences.end(); in lookupAddressRangeImpl()
1297 SequenceIter SeqPos = llvm::upper_bound( in lookupAddressRangeImpl()
1302 SequenceIter StartPos = SeqPos; in lookupAddressRangeImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h287 using SequenceIter = SequenceVector::const_iterator; member