Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp610 const DWARFDebugLine::Sequence &cur_seq = *seq_pos; in lookupAddressRange() local
613 uint32_t first_row_index = cur_seq.FirstRowIndex; in lookupAddressRange()
615 first_row_index = findRowInSeq(cur_seq, address); in lookupAddressRange()
618 uint32_t last_row_index = findRowInSeq(cur_seq, end_addr - 1); in lookupAddressRange()
620 last_row_index = cur_seq.LastRowIndex - 1; in lookupAddressRange()