Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp510 LastRowIndex = 0; in reset()
563 Sequence.LastRowIndex = RowNumber + 1; in appendRowToMatrix()
1232 RowIter LastRow = Rows.begin() + Seq.LastRowIndex; in findRowInSeq()
1316 uint32_t LastRowIndex = in lookupAddressRangeImpl() local
1318 if (LastRowIndex == UnknownRowIndex) in lookupAddressRangeImpl()
1319 LastRowIndex = CurSeq.LastRowIndex - 1; in lookupAddressRangeImpl()
1322 assert(LastRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()
1324 for (uint32_t I = FirstRowIndex; I <= LastRowIndex; ++I) { in lookupAddressRangeImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h205 unsigned LastRowIndex; member
216 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1178 for (unsigned idx = seq.FirstRowIndex; idx < seq.LastRowIndex; ++idx) { in ParseLineTable()