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

Method skip

lib/Bytecode/Reader/BytecodeReader.cpp:190–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189
190 LogicalResult skip(size_t bytes) {
191 if (offset + bytes > data.size())
192 return failure();
193 offset += bytes;
194 return success();
195 }
196
197 size_t remaining() const { return data.size() - offset; }
198

Callers 5

parseStringSectionFunction · 0.80
parseTypeSectionFunction · 0.80
parseConstantSectionFunction · 0.80
parseDebugSectionFunction · 0.80
getBytecodeSizeMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected