Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseSectionHeader
Function · 0.80
parseStringSection
Function · 0.80
getType
Method · 0.80
parseConstantSection
Function · 0.80
getDebugInfo
Method · 0.80
parseFunctionTableSection
Function · 0.80
parseFunctionBody
Function · 0.80
readBytecode
Method · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected