18 #ifndef MLIR_C_DIALECT_FUNC_H
19 #define MLIR_C_DIALECT_FUNC_H
MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(Func, func)
MLIR_CAPI_EXPORTED void mlirFuncSetArgAttr(MlirOperation op, intptr_t pos, MlirStringRef name, MlirAttribute attr)
Sets the argument attribute 'name' of an argument at index 'pos'.
#define MLIR_CAPI_EXPORTED
A pointer to a sized fragment of a string, not necessarily null-terminated.