Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h289 using RowIter = RowVector::const_iterator; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1304 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; in findRowInSeq()
1305 RowIter LastRow = Rows.begin() + Seq.LastRowIndex; in findRowInSeq()
1308 RowIter RowPos = std::upper_bound(FirstRow + 1, LastRow - 1, Row, in findRowInSeq()