Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp509 FirstRowIndex = 0; in reset()
557 Sequence.FirstRowIndex = RowNumber; in appendRowToMatrix()
1226 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; in findRowInSeq()
1306 uint32_t FirstRowIndex = CurSeq.FirstRowIndex; in lookupAddressRangeImpl() local
1308 FirstRowIndex = findRowInSeq(CurSeq, Address); in lookupAddressRangeImpl()
1316 assert(FirstRowIndex != 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.h212 unsigned FirstRowIndex; member
224 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()