Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp510 LastRowIndex = 0; in reset()
563 Sequence.LastRowIndex = RowNumber + 1; in appendRowToMatrix()
1227 RowIter LastRow = Rows.begin() + Seq.LastRowIndex; in findRowInSeq()
1311 uint32_t LastRowIndex = in lookupAddressRangeImpl() local
1313 if (LastRowIndex == UnknownRowIndex) in lookupAddressRangeImpl()
1314 LastRowIndex = CurSeq.LastRowIndex - 1; in lookupAddressRangeImpl()
1317 assert(LastRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()
1319 for (uint32_t I = FirstRowIndex; I <= LastRowIndex; ++I) { in lookupAddressRangeImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h213 unsigned LastRowIndex; member
224 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()