Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp406 LastRowIndex = 0; in reset()
453 Sequence.LastRowIndex = RowNumber; in appendRowToMatrix()
877 RowIter LastRow = Rows.begin() + Seq.LastRowIndex; in findRowInSeq()
881 return Seq.LastRowIndex - 1; in findRowInSeq()
950 uint32_t LastRowIndex = findRowInSeq(CurSeq, EndAddr - 1); in lookupAddressRange() local
951 if (LastRowIndex == UnknownRowIndex) in lookupAddressRange()
952 LastRowIndex = CurSeq.LastRowIndex - 1; in lookupAddressRange()
955 assert(LastRowIndex != UnknownRowIndex); in lookupAddressRange()
957 for (uint32_t I = FirstRowIndex; I <= LastRowIndex; ++I) { in lookupAddressRange()
/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/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h154 unsigned LastRowIndex; member
164 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h197 unsigned LastRowIndex; member
207 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()