Searched defs:getBytecodeVersion (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Bytecode/Writer/ | ||
H A D | IRNumbering.cpp | 53 int64_t getBytecodeVersion() const override { getBytecodeVersion() function |
H A D | BytecodeWriter.cpp | 450 int64_t getBytecodeVersion() const override { return bytecodeVersion; } getBytecodeVersion() function in __anon33b705f20111::DialectWriter |
/llvm-project/mlir/lib/Bytecode/Reader/ | ||
H A D | BytecodeReader.cpp | 940 uint64_t getBytecodeVersion() const override { return bytecodeVersion; } in getBytecodeVersion() function in __anonb8b7b79e0a11::DialectReader |