Searched refs:MatchTableRecord (Results 1 – 1 of 1) sorted by relevance
370 struct MatchTableRecord { struct413 MatchTableRecord(Optional<unsigned> LabelID_, StringRef EmitStr, in MatchTableRecord() argument423 MatchTableRecord(const MatchTableRecord &Other) = default;424 MatchTableRecord(MatchTableRecord &&Other) = default;434 bool operator<(const MatchTableRecord &Other) const { in operator <() argument454 std::vector<MatchTableRecord> Contents;465 static MatchTableRecord LineBreak;466 static MatchTableRecord Comment(StringRef Comment) { in Comment()467 return MatchTableRecord(None, Comment, 0, MatchTableRecord::MTRF_Comment); in Comment()469 static MatchTableRecord Opcode(StringRef Opcode, int IndentAdjust = 0) { in Opcode()[all …]