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

Method getFileVersion

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

Returns the bytecode file version.

Source from the content-addressed store, hash-verified

531
532 /// Returns the bytecode file version.
533 BytecodeVersion getFileVersion() const { return fileVersion; }
534
535 /// Reads a type index using the provided reader and retrieves the
536 /// corresponding Type. Emits an error and returns a null Type on failure.

Callers 1

parseOpAttributeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected