LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
Include.h File Reference
#include "llzk/Dialect/Include/Transforms/InlineIncludesPass.capi.h.inc"
#include <mlir-c/IR.h>
#include <mlir-c/Support.h>
Include dependency graph for Include.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 MLIR_DECLARE_CAPI_DIALECT_REGISTRATION (Include, llzk__include)
 
MLIR_CAPI_EXPORTED MlirOperation llzkIncludeOpCreate (MlirLocation loc, MlirStringRef name, MlirStringRef path)
 Creates an IncludeOp pointing to another MLIR file.
 

Function Documentation

◆ llzkIncludeOpCreate()

MLIR_CAPI_EXPORTED MlirOperation llzkIncludeOpCreate ( MlirLocation loc,
MlirStringRef name,
MlirStringRef path )

Creates an IncludeOp pointing to another MLIR file.

Definition at line 33 of file Include.cpp.

◆ MLIR_DECLARE_CAPI_DIALECT_REGISTRATION()

MLIR_DECLARE_CAPI_DIALECT_REGISTRATION ( Include ,
llzk__include  )