Searched refs:LLVMStructTypeStorage (Results 1 – 2 of 2) sorted by relevance
61 struct LLVMStructTypeStorage : public TypeStorage { struct200 LLVMStructTypeStorage(const KeyTy &key) { in LLVMStructTypeStorage() function225 static LLVMStructTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument227 return new (allocator.allocate<LLVMStructTypeStorage>()) in construct()228 LLVMStructTypeStorage(key.copyIntoAllocator(allocator)); in construct()
37 struct LLVMStructTypeStorage;284 : public Type::TypeBase<LLVMStructType, Type, detail::LLVMStructTypeStorage,