Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFDebugLine.h144 unsigned LastRowIndex; member
152 LastRowIndex = 0; in reset()
159 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()
HDDWARFDebugLine.cpp110 Sequence::LastRowIndex = row; in appendRowToMatrix()
511 RowIter last_row = Rows.begin() + found_seq.LastRowIndex; in lookupAddress()
515 return found_seq.LastRowIndex - 1; in lookupAddress()
565 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex; in lookupAddressRange()
583 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex; in lookupAddressRange()
592 last_row_index = cur_seq.LastRowIndex - 1; in lookupAddressRange()