Lines Matching defs:bytecodeVersion
806 uint64_t &bytecodeVersion, Location fileLoc,
810 bytecodeVersion(bytecodeVersion), parserConfig(config) {}
902 uint64_t &bytecodeVersion;
914 EncodingReader &reader, uint64_t &bytecodeVersion)
917 reader(reader), bytecodeVersion(bytecodeVersion) {}
940 uint64_t getBytecodeVersion() const override { return bytecodeVersion; }
944 dialectsMap, encReader, bytecodeVersion);
1049 uint64_t &bytecodeVersion;
1255 reader, bytecodeVersion);