Searched refs:LLVMStructTypeStorage (Results 1 – 2 of 2) sorted by relevance
61 struct LLVMStructTypeStorage : public TypeStorage { struct207 LLVMStructTypeStorage(const KeyTy &key) { in LLVMStructTypeStorage() function232 static LLVMStructTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument234 return new (allocator.allocate<LLVMStructTypeStorage>()) in construct()235 LLVMStructTypeStorage(key.copyIntoAllocator(allocator)); in construct()335 struct AttrTypeSubElementHandler<LLVM::detail::LLVMStructTypeStorage::Key> {336 static void walk(const LLVM::detail::LLVMStructTypeStorage::Key ¶m,343 static FailureOr<LLVM::detail::LLVMStructTypeStorage::Key>344 replace(const LLVM::detail::LLVMStructTypeStorage::Key ¶m,352 return LLVM::detail::LLVMStructTypeStorage::Key(
38 struct LLVMStructTypeStorage;