pub unsafe extern "C" fn mlirExecutionEngineRegisterSymbol(
jit: MlirExecutionEngine,
name: MlirStringRef,
sym: *mut c_void,
)Expand description
Register a symbol with the jit: this symbol will be accessible to the jitted code.
pub unsafe extern "C" fn mlirExecutionEngineRegisterSymbol(
jit: MlirExecutionEngine,
name: MlirStringRef,
sym: *mut c_void,
)Register a symbol with the jit: this symbol will be accessible to the jitted code.