Home
last modified time | relevance | path

Searched refs:StringAttributeStorage (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h270 struct StringAttributeStorage : public AttributeStorage { struct
273 StringAttributeStorage(StringRef value, Type type) in StringAttributeStorage() function
282 static StringAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct() argument
284 return new (allocator.allocate<StringAttributeStorage>()) in construct()
285 StringAttributeStorage(allocator.copyInto(key.first), key.second); in construct()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h33 struct StringAttributeStorage;
322 detail::StringAttributeStorage> {