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

/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h150 // and is described by line table rows [FirstRowIndex, LastRowIndex).
154 unsigned LastRowIndex; member in struct:llvm::DWARFDebugLine::Sequence
164 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex);
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp169 LastRowIndex = 0;
217 Sequence.LastRowIndex = RowNumber;
537 RowIter last_row = Rows.begin() + seq.LastRowIndex;
541 return seq.LastRowIndex - 1;
612 last_row_index = cur_seq.LastRowIndex - 1;

Completed in 953 milliseconds