Home | History | Annotate | Download | only in DebugInfo

Lines Matching defs:Sequence

122             // first byte after the end of a sequence of target machine
138 struct Sequence {
139 // Sequence describes instructions at address range [LowPC, HighPC)
147 Sequence() { reset(); }
155 static bool orderByLowPC(const Sequence& LHS, const Sequence& RHS) {
168 void appendSequence(const DWARFDebugLine::Sequence &sequence) {
169 Sequences.push_back(sequence);
196 typedef std::vector<Sequence> SequenceVector;
202 struct State : public Row, public Sequence, public LineTable {
216 Sequence::reset();