9#ifndef FORTRAN_OPTIMIZER_BUILDER_RUNTIME_RAGGED_H
10#define FORTRAN_OPTIMIZER_BUILDER_RUNTIME_RAGGED_H
22namespace fir::runtime {
29void genRaggedArrayAllocate(mlir::Location loc, fir::FirOpBuilder &builder,
30 mlir::Value header,
bool asHeaders,
31 mlir::Value eleSize, mlir::ValueRange extents);
35void genRaggedArrayDeallocate(mlir::Location loc, fir::FirOpBuilder &builder,
Definition FIRBuilder.h:55
Definition AbstractConverter.h:34
Definition AbstractConverter.h:29