Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp405 FirstRowIndex = 0; in reset()
446 Sequence.FirstRowIndex = RowNumber; in appendRowToMatrix()
876 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; in findRowInSeq()
883 uint32_t Index = Seq.FirstRowIndex + (RowPos - FirstRow); in findRowInSeq()
945 uint32_t FirstRowIndex = CurSeq.FirstRowIndex; in lookupAddressRange() local
947 FirstRowIndex = findRowInSeq(CurSeq, Address); in lookupAddressRange()
954 assert(FirstRowIndex != UnknownRowIndex); in lookupAddressRange()
957 for (uint32_t I = FirstRowIndex; I <= LastRowIndex; ++I) { in lookupAddressRange()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp168 FirstRowIndex = 0; in reset()
210 Sequence.FirstRowIndex = RowNumber; in appendRowToMatrix()
536 RowIter first_row = Rows.begin() + seq.FirstRowIndex; in findRowInSeq()
543 uint32_t index = seq.FirstRowIndex + (row_pos - first_row); in findRowInSeq()
605 uint32_t first_row_index = cur_seq.FirstRowIndex; in lookupAddressRange()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h153 unsigned FirstRowIndex; member
164 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h196 unsigned FirstRowIndex; member
207 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()