MCPcopy Create free account
hub / github.com/NVIDIA/cuda-tile / serializeType

Method serializeType

lib/Bytecode/Writer/BytecodeWriter.cpp:400–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected