Function mlir_sys::mlirModuleGetBody
source · pub unsafe extern "C" fn mlirModuleGetBody(
module: MlirModule
) -> MlirBlock
Expand description
Gets the body of the module, i.e. the only block it contains.
pub unsafe extern "C" fn mlirModuleGetBody(
module: MlirModule
) -> MlirBlock
Gets the body of the module, i.e. the only block it contains.