Home
last modified time | relevance | path

Searched defs:setDialectVersion (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Bytecode/
H A DBytecodeWriter.h107 void setDialectVersion(std::unique_ptr<DialectVersion> dialectVersion) const { setDialectVersion() function
/llvm-project/mlir/lib/Bytecode/Writer/
H A DBytecodeWriter.cpp113 void BytecodeWriterConfig::setDialectVersion( setDialectVersion() function in BytecodeWriterConfig