Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
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()
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h36 struct LLVMStructTypeStorage;
428 detail::LLVMStructTypeStorage> {