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