Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp596 DWARFDebugLine::Sequence cur_seq = *seq_pos; in lookupAddressRange() local
605 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; in lookupAddressRange()
606 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex; in lookupAddressRange()
612 first_row_index = cur_seq.FirstRowIndex + (row_pos - first_row); in lookupAddressRange()
616 first_row_index = cur_seq.FirstRowIndex; in lookupAddressRange()
620 if (cur_seq.HighPC > end_addr) { in lookupAddressRange()
623 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; in lookupAddressRange()
624 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex; in lookupAddressRange()
629 last_row_index = cur_seq.FirstRowIndex + (row_pos - first_row) - 1; in lookupAddressRange()
633 last_row_index = cur_seq.LastRowIndex - 1; in lookupAddressRange()