Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp536 DWARFDebugLine::Sequence found_seq; in lookupAddress() local
538 found_seq = Sequences.back(); in lookupAddress()
540 found_seq = *seq_pos; in lookupAddress()
544 found_seq = *(seq_pos - 1); in lookupAddress()
546 if (!found_seq.containsPC(address)) in lookupAddress()
553 RowIter first_row = Rows.begin() + found_seq.FirstRowIndex; in lookupAddress()
554 RowIter last_row = Rows.begin() + found_seq.LastRowIndex; in lookupAddress()
558 return found_seq.LastRowIndex - 1; in lookupAddress()
560 uint32_t index = found_seq.FirstRowIndex + (row_pos - first_row); in lookupAddress()