Home
last modified time | relevance | path

Searched defs:DenseStringElementsAttributeStorage (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h525 struct DenseStringElementsAttributeStorage struct
529 : DenseElementsAttributeStorage(ty, isSplat), data(data) {} in DenseElementsAttributeStorage()
531 struct KeyTy {
563 static KeyTy getKey(ShapedType ty, ArrayRef<StringRef> data, in getKey()
598 static DenseStringElementsAttributeStorage * argument
604 return new (allocator.allocate<DenseStringElementsAttributeStorage>()) in construct() argument
638 ArrayRef<StringRef> data;