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

Method tell

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

Source from the content-addressed store, hash-verified

139 void write(StringRef str) { write(str.data(), str.size()); }
140
141 uint64_t tell() const { return stream.tell(); }
142
143 void alignTo(uint64_t alignment,
144 uint8_t paddingByte = Bytecode::kAlignmentByte) {

Callers 4

writeStringSectionMethod · 0.80
writeTypeSectionMethod · 0.80
writeConstantSectionMethod · 0.80
writeDebugInfoSectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected