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