Searched defs:DynamicAttrStorage (Results 1 – 1 of 1) sorted by relevance
214 struct DynamicAttrStorage : public AttributeStorage { struct215 using KeyTy = std::pair<DynamicAttrDefinition *, ArrayRef<Attribute>>;217 explicit DynamicAttrStorage(DynamicAttrDefinition *attrDef, in DynamicAttrStorage() function221 bool operator==(const KeyTy &key) const { in operator ==()225 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey()229 static DynamicAttrStorage *construct(AttributeStorageAllocator &alloc, in construct()236 DynamicAttrDefinition *attrDef;239 ArrayRef<Attribute> params;