Searched refs:EmitStr (Results 1 – 2 of 2) sorted by relevance
135 std::string EmitStr; member150 MatchTableRecord(std::optional<unsigned> LabelID_, StringRef EmitStr,153 : LabelID(LabelID_.value_or(~0u)), EmitStr(EmitStr),
174 OS << getEncodedEmitStr(EmitStr, NumElements); in emit()176 OS << EmitStr; in emit()313 if (NextI->EmitStr == "" && in emitDeclaration()