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

Method EncodingWriter

lib/Bytecode/Writer/BytecodeWriter.cpp:63–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61class EncodingWriter {
62public:
63 EncodingWriter(raw_ostream &stream, uint64_t alignment = 1)
64 : stream(stream), requiredAlignment(alignment) {}
65
66 void writeByte(uint8_t byte) { stream.write(static_cast<char>(byte)); }
67

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected