Home
last modified time | relevance | path

Searched refs:StringAttrStorage (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DAttributeDetail.h325 struct StringAttrStorage : public AttributeStorage { struct
326 StringAttrStorage(StringRef value, Type type) in StringAttrStorage() argument
340 static StringAttrStorage *construct(AttributeStorageAllocator &allocator, in construct() argument
342 return new (allocator.allocate<StringAttrStorage>()) in construct()
343 StringAttrStorage(allocator.copyInto(key.first), key.second); in construct()
H A DMLIRContext.cpp236 DenseMap<StringRef, SmallVector<StringAttrStorage *>>
440 for (StringAttrStorage *storage : stringAttrsIt->second) in getOrLoadDialect()
922 void StringAttrStorage::initialize(MLIRContext *context) { in initialize()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dmlir-support.gdb141 # CHECK: members of mlir::detail::StringAttrStorage