Home | History | Annotate | Download | only in DebugInfo

Lines Matching full:sequences

124   // Sort all sequences so that address lookup will work faster.
125 if (!Sequences.empty()) {
126 std::sort(Sequences.begin(), Sequences.end(), Sequence::orderByLowPC);
127 // Note: actually, instruction address ranges of sequences should not
132 // rudimentary sequences for address ranges [0x0, 0xsomething).
484 if (Sequences.empty())
489 SequenceIter first_seq = Sequences.begin();
490 SequenceIter last_seq = Sequences.end();
495 found_seq = Sequences.back();
531 if (Sequences.empty())
537 SequenceIter first_seq = Sequences.begin();
538 SequenceIter last_seq = Sequences.end();
578 // range. For all other sequences we can go to the end of the sequence.