Lines Matching defs:Sequence
197 struct Sequence {
198 Sequence();
200 /// Sequence describes instructions at address range [LowPC, HighPC)
214 static bool orderByHighPC(const Sequence &LHS, const Sequence &RHS) {
237 void appendSequence(const DWARFDebugLine::Sequence &S) {
291 using SequenceVector = std::vector<Sequence>;
299 uint32_t findRowInSeq(const DWARFDebugLine::Sequence &Seq,
417 struct Sequence Sequence;