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

Method writeByte

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

Source from the content-addressed store, hash-verified

64 : stream(stream), requiredAlignment(alignment) {}
65
66 void writeByte(uint8_t byte) { stream.write(static_cast<char>(byte)); }
67
68 template <typename Enum, std::enable_if_t<std::is_enum<Enum>::value, int> = 0>
69 void writeByte(Enum value) {

Callers 6

writeSectionHeaderFunction · 0.80
writeAPIntFunction · 0.80
serializeAttributeMethod · 0.80
writeSingleAttributeMethod · 0.80
writeOpAttributeMethod · 0.80

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected