Searched defs:DynamicTypeStorage (Results 1 – 1 of 1) sorted by relevance
97 struct DynamicTypeStorage : public TypeStorage { struct99 using KeyTy = std::pair<DynamicTypeDefinition *, ArrayRef<Attribute>>;101 explicit DynamicTypeStorage(DynamicTypeDefinition *typeDef, in DynamicTypeStorage() argument105 bool operator==(const KeyTy &key) const { in operator ==()109 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey()113 static DynamicTypeStorage *construct(TypeStorageAllocator &alloc, in construct()120 DynamicTypeDefinition *typeDef;123 ArrayRef<Attribute> params;