| 398 | #include "TypeBytecode.inc" |
| 399 | |
| 400 | LogicalResult serializeType(Type type, EncodingWriter &writer){ |
| 401 | // Generated type serialization dispatch. |
| 402 | #define GEN_TYPE_WRITER_DISPATCH |
| 403 | #include "TypeBytecode.inc" |
| 404 | } |
| 405 | |
| 406 | LogicalResult |
| 407 | serializeFunctionType(FunctionType type, EncodingWriter &writer) { |
nothing calls this directly
no outgoing calls
no test coverage detected