Home
last modified time | relevance | path

Searched refs:RowNumber (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp196 : LineTable(LT), RowNumber(0) { in ParsingState()
210 Sequence.FirstRowIndex = RowNumber; in appendRowToMatrix()
212 ++RowNumber; in appendRowToMatrix()
217 Sequence.LastRowIndex = RowNumber; in appendRowToMatrix()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h238 unsigned RowNumber; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h348 unsigned RowNumber = 0; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp446 Sequence.FirstRowIndex = RowNumber; in appendRowToMatrix()
448 ++RowNumber; in appendRowToMatrix()
453 Sequence.LastRowIndex = RowNumber; in appendRowToMatrix()