HomeSort by: relevance | last modified time | path
    Searched refs:LastRowIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 510 LastRowIndex = 0;
563 Sequence.LastRowIndex = RowNumber + 1;
1227 RowIter LastRow = Rows.begin() + Seq.LastRowIndex;
1311 uint32_t LastRowIndex =
1313 if (LastRowIndex == UnknownRowIndex)
1314 LastRowIndex = CurSeq.LastRowIndex - 1;
1317 assert(LastRowIndex != UnknownRowIndex);
1319 for (uint32_t I = FirstRowIndex; I <= LastRowIndex; ++I) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 205 /// and is described by line table rows [FirstRowIndex, LastRowIndex).
213 unsigned LastRowIndex;
224 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex);

Completed in 29 milliseconds