Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp390 FirstRowIndex = 0; in reset()
431 Sequence.FirstRowIndex = RowNumber; in appendRowToMatrix()
864 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; in findRowInSeq()
871 uint32_t Index = Seq.FirstRowIndex + (RowPos - FirstRow); in findRowInSeq()
933 uint32_t FirstRowIndex = CurSeq.FirstRowIndex; in lookupAddressRange() local
935 FirstRowIndex = findRowInSeq(CurSeq, Address); in lookupAddressRange()
942 assert(FirstRowIndex != UnknownRowIndex); in lookupAddressRange()
945 for (uint32_t I = FirstRowIndex; I <= LastRowIndex; ++I) { in lookupAddressRange()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h196 unsigned FirstRowIndex; member
207 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()