Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/DebugInfo/
DDWARFDebugLine.cpp103 Sequence::FirstRowIndex = row; in appendRowToMatrix()
510 RowIter first_row = Rows.begin() + found_seq.FirstRowIndex; in lookupAddress()
517 uint32_t index = found_seq.FirstRowIndex + (row_pos - first_row); in lookupAddress()
564 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; in lookupAddressRange()
571 first_row_index = cur_seq.FirstRowIndex + (row_pos - first_row); in lookupAddressRange()
575 first_row_index = cur_seq.FirstRowIndex; in lookupAddressRange()
582 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; in lookupAddressRange()
588 last_row_index = cur_seq.FirstRowIndex + (row_pos - first_row) - 1; in lookupAddressRange()
DDWARFDebugLine.h143 unsigned FirstRowIndex; member
151 FirstRowIndex = 0; in reset()
159 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()