Searched refs:last_row_index (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp610 uint32_t last_row_index = findRowInSeq(cur_seq, end_addr - 1); local
611 if (last_row_index == UnknownRowIndex)
612 last_row_index = cur_seq.LastRowIndex - 1;
615 assert(last_row_index != UnknownRowIndex);
617 for (uint32_t i = first_row_index; i <= last_row_index; ++i) {

Completed in 70 milliseconds