Home
last modified time | relevance | path

Searched refs:MatchTableRecord (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp426 struct MatchTableRecord { struct
469 MatchTableRecord(std::optional<unsigned> LabelID_, StringRef EmitStr, in MatchTableRecord() function
477 MatchTableRecord(const MatchTableRecord &Other) = default;
478 MatchTableRecord(MatchTableRecord &&Other) = default;
488 bool operator<(const MatchTableRecord &Other) const { in operator <() argument
508 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 …]