51 const llvm::abi::Type *mapIntegerType(mlir::IntegerType type);
52 const llvm::abi::Type *mapFloatType(mlir::FloatType type);
53 const llvm::abi::Type *mapIndexType(mlir::IndexType type);
54 const llvm::abi::Type *mapVectorType(mlir::VectorType type);
55 const llvm::abi::Type *mapMemRefType(mlir::MemRefType type);
56 const llvm::abi::Type *mapNoneType(mlir::NoneType type);
59 llvm::BumpPtrAllocator allocator;
60 llvm::abi::TypeBuilder builder;