Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp169 LastRowIndex = 0; in reset()
217 Sequence.LastRowIndex = RowNumber; in appendRowToMatrix()
537 RowIter last_row = Rows.begin() + seq.LastRowIndex; in findRowInSeq()
541 return seq.LastRowIndex - 1; in findRowInSeq()
612 last_row_index = cur_seq.LastRowIndex - 1; in lookupAddressRange()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp421 LastRowIndex = 0; in reset()
472 Sequence.LastRowIndex = RowNumber + 1; in appendRowToMatrix()
927 RowIter LastRow = Rows.begin() + Seq.LastRowIndex; in findRowInSeq()
1011 uint32_t LastRowIndex = in lookupAddressRangeImpl() local
1013 if (LastRowIndex == UnknownRowIndex) in lookupAddressRangeImpl()
1014 LastRowIndex = CurSeq.LastRowIndex - 1; in lookupAddressRangeImpl()
1017 assert(LastRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()
1019 for (uint32_t I = FirstRowIndex; I <= LastRowIndex; ++I) { in lookupAddressRangeImpl()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h154 unsigned LastRowIndex; member
164 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h218 unsigned LastRowIndex; member
229 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()