Home
last modified time | relevance | path

Searched refs:LLVMStructTypeStorage (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h61 struct LLVMStructTypeStorage : public TypeStorage { struct
200 LLVMStructTypeStorage(const KeyTy &key) { in LLVMStructTypeStorage() argument
225 static LLVMStructTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
227 return new (allocator.allocate<LLVMStructTypeStorage>()) in construct()
228 LLVMStructTypeStorage(key.copyIntoAllocator(allocator)); in construct()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h37 struct LLVMStructTypeStorage;
284 : public Type::TypeBase<LLVMStructType, Type, detail::LLVMStructTypeStorage,