Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-tile
/ write
Method
write
lib/Bytecode/Writer/BytecodeWriter.cpp:135–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
void write(const char *data, size_t size) { stream.write(data, size); }
136
137
void write(char c) { writeByte(static_cast<uint8_t>(c)); }
138
Callers
13
writeByte
Method · 0.80
writeVarInt
Method · 0.80
writeHeader
Function · 0.80
writeStringSection
Method · 0.80
writeTypeSection
Method · 0.80
serializeAttribute
Method · 0.80
writeConstantSection
Method · 0.80
writeDebugInfoSection
Method · 0.80
writeFunctionTableSection
Method · 0.80
writeGlobalSection
Function · 0.80
writeProducerSection
Function · 0.80
writeBytecode
Method · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected