pub unsafe extern "C" fn mlirSymbolTableLookup(
    symbolTable: MlirSymbolTable,
    name: MlirStringRef
) -> MlirOperation
Expand description

Looks up a symbol with the given name in the given symbol table and returns the operation that corresponds to the symbol. If the symbol cannot be found, returns a null operation.