Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp878 LineTable::RowIter RowPos = std::lower_bound( in findRowInSeq() local
880 if (RowPos == LastRow) { in findRowInSeq()
883 uint32_t Index = Seq.FirstRowIndex + (RowPos - FirstRow); in findRowInSeq()
884 if (RowPos->Address > Address) { in findRowInSeq()
885 if (RowPos == FirstRow) in findRowInSeq()