mlir_sys

Function mlirSymbolTableCreate

Source
pub unsafe extern "C" fn mlirSymbolTableCreate(
    operation: MlirOperation,
) -> MlirSymbolTable
Expand description

Creates a symbol table for the given operation. If the operation does not have the SymbolTable trait, returns a null symbol table.