Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp942 const DWARFDebugLine::Sequence &CurSeq = *SeqPos; in lookupAddressRange() local
945 uint32_t FirstRowIndex = CurSeq.FirstRowIndex; in lookupAddressRange()
947 FirstRowIndex = findRowInSeq(CurSeq, Address); in lookupAddressRange()
950 uint32_t LastRowIndex = findRowInSeq(CurSeq, EndAddr - 1); in lookupAddressRange()
952 LastRowIndex = CurSeq.LastRowIndex - 1; in lookupAddressRange()