Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp177 LastRowIndex = 0; in reset()
227 Sequence.LastRowIndex = RowNumber; in appendRowToMatrix()
545 RowIter last_row = Rows.begin() + seq.LastRowIndex; in findRowInSeq()
549 return seq.LastRowIndex - 1; in findRowInSeq()
620 last_row_index = cur_seq.LastRowIndex - 1; in lookupAddressRange()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h154 unsigned LastRowIndex; member
164 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()