Searched refs:MatchTableRecord (Results 1 – 1 of 1) sorted by relevance
426 struct MatchTableRecord { struct469 MatchTableRecord(std::optional<unsigned> LabelID_, StringRef EmitStr, in MatchTableRecord() function477 MatchTableRecord(const MatchTableRecord &Other) = default;478 MatchTableRecord(MatchTableRecord &&Other) = default;488 bool operator<(const MatchTableRecord &Other) const { in operator <() argument508 std::vector<MatchTableRecord> Contents;519 static MatchTableRecord LineBreak;520 static MatchTableRecord Comment(StringRef Comment) { in Comment()521 return MatchTableRecord(std::nullopt, Comment, 0, in Comment()522 MatchTableRecord::MTRF_Comment); in Comment()[all …]