Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp168 LastRowIndex = 0; in reset()
218 Sequence.LastRowIndex = RowNumber; in appendRowToMatrix()
554 RowIter last_row = Rows.begin() + found_seq.LastRowIndex; in lookupAddress()
558 return found_seq.LastRowIndex - 1; in lookupAddress()
606 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex; in lookupAddressRange()
624 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex; in lookupAddressRange()
633 last_row_index = cur_seq.LastRowIndex - 1; in lookupAddressRange()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h146 unsigned LastRowIndex; member
156 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()