Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp509 FirstRowIndex = 0; in reset()
557 Sequence.FirstRowIndex = RowNumber; in appendRowToMatrix()
1231 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; in findRowInSeq()
1311 uint32_t FirstRowIndex = CurSeq.FirstRowIndex; in lookupAddressRangeImpl() local
1313 FirstRowIndex = findRowInSeq(CurSeq, Address); in lookupAddressRangeImpl()
1321 assert(FirstRowIndex != 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.h204 unsigned FirstRowIndex; 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()