Searched refs:StringAttrStorage (Results 1 – 3 of 3) sorted by relevance
325 struct StringAttrStorage : public AttributeStorage { struct326 StringAttrStorage(StringRef value, Type type) in StringAttrStorage() argument340 static StringAttrStorage *construct(AttributeStorageAllocator &allocator, in construct() argument342 return new (allocator.allocate<StringAttrStorage>()) in construct()343 StringAttrStorage(allocator.copyInto(key.first), key.second); in construct()
236 DenseMap<StringRef, SmallVector<StringAttrStorage *>>440 for (StringAttrStorage *storage : stringAttrsIt->second) in getOrLoadDialect()922 void StringAttrStorage::initialize(MLIRContext *context) { in initialize()
141 # CHECK: members of mlir::detail::StringAttrStorage