Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp167 FirstRowIndex = 0; in reset()
211 Sequence.FirstRowIndex = RowNumber; in appendRowToMatrix()
553 RowIter first_row = Rows.begin() + found_seq.FirstRowIndex; in lookupAddress()
560 uint32_t index = found_seq.FirstRowIndex + (row_pos - first_row); in lookupAddress()
605 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; in lookupAddressRange()
612 first_row_index = cur_seq.FirstRowIndex + (row_pos - first_row); in lookupAddressRange()
616 first_row_index = cur_seq.FirstRowIndex; in lookupAddressRange()
623 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; in lookupAddressRange()
629 last_row_index = cur_seq.FirstRowIndex + (row_pos - first_row) - 1; in lookupAddressRange()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h145 unsigned FirstRowIndex; member
156 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()