Function mlir_sys::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.