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

Method remaining

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

Source from the content-addressed store, hash-verified

195 }
196
197 size_t remaining() const { return data.size() - offset; }
198
199 LogicalResult readBytes(size_t length, ArrayRef<uint8_t> &result) {
200 if (offset + length > data.size()) {

Callers 8

parseSectionHeaderFunction · 0.80
parseStringSectionFunction · 0.80
getTypeMethod · 0.80
parseConstantSectionFunction · 0.80
getDebugInfoMethod · 0.80
parseFunctionBodyFunction · 0.80
readBytecodeMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected