Searched refs:MatchTableRecord (Results 1 – 1 of 1) sorted by relevance
410 struct MatchTableRecord { struct453 MatchTableRecord(Optional<unsigned> LabelID_, StringRef EmitStr, in MatchTableRecord() argument462 MatchTableRecord(const MatchTableRecord &Other) = default;463 MatchTableRecord(MatchTableRecord &&Other) = default;473 bool operator<(const MatchTableRecord &Other) const { in operator <() argument493 std::vector<MatchTableRecord> Contents;504 static MatchTableRecord LineBreak;505 static MatchTableRecord Comment(StringRef Comment) { in Comment()506 return MatchTableRecord(None, Comment, 0, MatchTableRecord::MTRF_Comment); in Comment()508 static MatchTableRecord Opcode(StringRef Opcode, int IndentAdjust = 0) { in Opcode()[all …]