|
My Project
|
An attribute representing a dictionary of sorted named attributes. More...
#include <AttributeDetail.h>


Public Types | |
| using | KeyTy = ArrayRef< NamedAttribute > |
Public Member Functions | |
| bool | operator== (const KeyTy &key) const |
| Key equality function. More... | |
| ArrayRef< NamedAttribute > | getElements () const |
| Return the elements of this dictionary attribute. More... | |
Public Member Functions inherited from mlir::AttributeStorage | |
| Type | getType () const |
| Get the type of this attribute. More... | |
| Dialect & | getDialect () const |
| Get the dialect of this attribute. More... | |
Public Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
| unsigned | getKind () const |
| Get the kind classification of this storage. More... | |
Static Public Member Functions | |
| static DictionaryAttributeStorage * | get (ArrayRef< NamedAttribute > attrs) |
| static DictionaryAttributeStorage * | construct (AttributeStorageAllocator &allocator, const KeyTy &key) |
| Construct a new storage instance. More... | |
Friends | |
| class | llvm::TrailingObjects< DictionaryAttributeStorage, NamedAttribute > |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::AttributeStorage | |
| AttributeStorage (Type type) | |
| AttributeStorage () | |
| void | setType (Type type) |
| Set the type of this attribute. More... | |
| void | initializeDialect (Dialect &newDialect) |
Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
| BaseStorage () | |
An attribute representing a dictionary of sorted named attributes.
|
inlinestatic |
Construct a new storage instance.
|
static |
Given a list of NamedAttribute's, canonicalize the list (sorting by name) and return the unique'd result.
|
inline |
Return the elements of this dictionary attribute.
|
inline |
Key equality function.
|
friend |
1.8.13