Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1303 const DWARFDebugLine::Sequence &CurSeq = *SeqPos; in lookupAddressRangeImpl() local
1306 uint32_t FirstRowIndex = CurSeq.FirstRowIndex; in lookupAddressRangeImpl()
1308 FirstRowIndex = findRowInSeq(CurSeq, Address); in lookupAddressRangeImpl()
1312 findRowInSeq(CurSeq, {EndAddr - 1, Address.SectionIndex}); in lookupAddressRangeImpl()
1314 LastRowIndex = CurSeq.LastRowIndex - 1; in lookupAddressRangeImpl()