Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp602 const DWARFDebugLine::Sequence &cur_seq = *seq_pos; in lookupAddressRange() local
605 uint32_t first_row_index = cur_seq.FirstRowIndex; in lookupAddressRange()
607 first_row_index = findRowInSeq(cur_seq, address); in lookupAddressRange()
610 uint32_t last_row_index = findRowInSeq(cur_seq, end_addr - 1); in lookupAddressRange()
612 last_row_index = cur_seq.LastRowIndex - 1; in lookupAddressRange()