Lines Matching defs:symTy
102 mlir::Location loc, mlir::Type symTy,
122 return globalBuilder.tryCreatingGlobal(builder, loc, symTy, globalName,
128 fir::FirOpBuilder &builder, mlir::Location loc, mlir::Type symTy,
135 return globalBuilder.tryCreatingGlobal(builder, loc, symTy, globalName,
178 mlir::Location loc, mlir::Type symTy,
186 assert(mlir::isa<fir::SequenceType>(symTy) && "expecting an array global");
187 auto arrTy = mlir::cast<fir::SequenceType>(symTy);
193 return builder.createGlobal(loc, symTy, globalName, linkage, init, isConst,
203 fir::FirOpBuilder &builder, mlir::Location loc, mlir::Type symTy,
206 return DenseGlobalBuilder::tryCreating(builder, loc, symTy, globalName,