Lines Matching refs:Str
187 static std::string Str(OpCode opcode);
188 static std::string Str(TypedBinOp op);
189 static std::string Str(TypedUnOp op);
190 static std::string Str(TypedJumpOp op);
191 static std::string Str(TypedLoadOp op);
192 static std::string Str(TypedStoreOp op);
193 static std::string Str(TypedCallTargetCheckOp op);
194 static std::string Str(ValueType type);
195 std::string Str() const
197 return Str(opcode_);
252 return os << GateMetaData::Str(opcode);