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

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

Completed in 91 milliseconds