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.
pub unsafe extern "C" fn mlirSymbolTableCreate(
operation: MlirOperation,
) -> MlirSymbolTable
Creates a symbol table for the given operation. If the operation does not have the SymbolTable trait, returns a null symbol table.