HomeSort by relevance Sort by last modified time
    Searched refs:LastRowIndex (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFDebugLine.h 140 // and is described by line table rows [FirstRowIndex, LastRowIndex).
144 unsigned LastRowIndex;
152 LastRowIndex = 0;
159 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex);
DWARFDebugLine.cpp 110 Sequence::LastRowIndex = row;
511 RowIter last_row = Rows.begin() + found_seq.LastRowIndex;
515 return found_seq.LastRowIndex - 1;
565 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex;
583 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex;
592 last_row_index = cur_seq.LastRowIndex - 1;

Completed in 380 milliseconds