Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp169 LastRowIndex = 0; in reset()
217 Sequence.LastRowIndex = RowNumber; in appendRowToMatrix()
537 RowIter last_row = Rows.begin() + seq.LastRowIndex; in findRowInSeq()
541 return seq.LastRowIndex - 1; in findRowInSeq()
612 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()