MLIR  19.0.0git
Public Attributes | List of all members
MlirNamedAttribute Struct Reference

Named MLIR attribute. More...

#include "mlir-c/IR.h"

Public Attributes

MlirIdentifier name
 
MlirAttribute attribute
 

Detailed Description

Named MLIR attribute.

A named attribute is essentially a (name, attribute) pair where the name is a string.

Definition at line 76 of file IR.h.

Member Data Documentation

◆ attribute

MlirAttribute MlirNamedAttribute::attribute

Definition at line 78 of file IR.h.

◆ name

MlirIdentifier MlirNamedAttribute::name

Definition at line 77 of file IR.h.


The documentation for this struct was generated from the following file: