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

Method TypeManager

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

Source from the content-addressed store, hash-verified

328struct TypeManager {
329public:
330 TypeManager(const BytecodeWriterConfig &config) : config(config) {}
331
332 // Gets or creates an index for a type in the type table.
333 uint64_t getTypeIndex(Type type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected