MLIR  19.0.0git
Enumerations
mlir::bytecode::Section Namespace Reference

Enumerations

enum  ID : uint8_t {
  kString = 0 , kDialect = 1 , kAttrType = 2 , kAttrTypeOffset = 3 ,
  kIR = 4 , kResource = 5 , kResourceOffset = 6 , kDialectVersions = 7 ,
  kProperties = 8 , kNumSections = 9
}
 

Enumeration Type Documentation

◆ ID

Enumerator
kString 

This section contains strings referenced within the bytecode.

kDialect 

This section contains the dialects referenced within an IR module.

kAttrType 

This section contains the attributes and types referenced within an IR module.

kAttrTypeOffset 

This section contains the offsets for the attribute and types within the AttrType section.

kIR 

This section contains the list of operations serialized into the bytecode, and their nested regions/operations.

kResource 

This section contains the resources of the bytecode.

kResourceOffset 

This section contains the offsets of resources within the Resource section.

kDialectVersions 

This section contains the versions of each dialect.

kProperties 

This section contains the properties for the operations.

kNumSections 

The total number of section types.

Definition at line 64 of file Encoding.h.