Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-tile
/ setStringTable
Method
setStringTable
lib/Bytecode/Reader/BytecodeReader.cpp:244–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
}
243
244
void setStringTable(StringRef data, ArrayRef<uint32_t> offsets) {
245
stringData = data;
246
stringOffsets = offsets;
247
}
248
249
size_t currentOffset() const { return offset; }
250
Callers
1
parseStringSection
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected