Returns the bytecode file version.
| 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. |