Searched defs:DynamicTypeStorage (Results 1 – 1 of 1) sorted by relevance
96 struct DynamicTypeStorage : public TypeStorage { struct98 using KeyTy = std::pair<DynamicTypeDefinition *, ArrayRef<Attribute>>;100 explicit DynamicTypeStorage(DynamicTypeDefinition *typeDef, in DynamicTypeStorage() argument104 bool operator==(const KeyTy &key) const { in operator ==()108 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey()112 static DynamicTypeStorage *construct(TypeStorageAllocator &alloc, in construct()119 DynamicTypeDefinition *typeDef;122 ArrayRef<Attribute> params;