MLIR  19.0.0git
mlir::BytecodeWriterConfig Member List

This is the complete list of members for mlir::BytecodeWriterConfig, including all inherited members.

attachAttributeCallback(std::unique_ptr< AttrTypeBytecodeWriter< Attribute >> callback)mlir::BytecodeWriterConfig
attachAttributeCallback(CallableT &&emitFn)mlir::BytecodeWriterConfiginline
attachFallbackResourcePrinter(FallbackAsmResourceMap &map)mlir::BytecodeWriterConfiginline
attachResourcePrinter(std::unique_ptr< AsmResourcePrinter > printer)mlir::BytecodeWriterConfig
attachResourcePrinter(StringRef name, CallableT &&printFn)mlir::BytecodeWriterConfiginline
attachTypeCallback(std::unique_ptr< AttrTypeBytecodeWriter< Type >> callback)mlir::BytecodeWriterConfig
attachTypeCallback(CallableT &&emitFn)mlir::BytecodeWriterConfiginline
BytecodeWriterConfig(StringRef producer="MLIR" LLVM_VERSION_STRING)mlir::BytecodeWriterConfig
BytecodeWriterConfig(FallbackAsmResourceMap &map, StringRef producer="MLIR" LLVM_VERSION_STRING)mlir::BytecodeWriterConfig
getAttributeWriterCallbacks() constmlir::BytecodeWriterConfig
getDesiredBytecodeVersion() constmlir::BytecodeWriterConfig
getDialectVersionMap() constmlir::BytecodeWriterConfig
getImpl() constmlir::BytecodeWriterConfiginline
getTypeWriterCallbacks() constmlir::BytecodeWriterConfig
setDesiredBytecodeVersion(int64_t bytecodeVersion)mlir::BytecodeWriterConfig
setDialectVersion(std::unique_ptr< DialectVersion > dialectVersion) constmlir::BytecodeWriterConfiginline
setDialectVersion(StringRef dialectName, std::unique_ptr< DialectVersion > dialectVersion) constmlir::BytecodeWriterConfig
setElideResourceDataFlag(bool shouldElideResourceData=true)mlir::BytecodeWriterConfig
~BytecodeWriterConfig()mlir::BytecodeWriterConfig