My Project
|
Opaque Attribute Storage and Uniquing. More...
#include <AttributeDetail.h>
Public Types | |
using | KeyTy = std::tuple< Identifier, StringRef, Type > |
The hash key used for uniquing. More... | |
Public Member Functions | |
OpaqueAttributeStorage (Identifier dialectNamespace, StringRef attrData, Type type) | |
bool | operator== (const KeyTy &key) const |
![]() | |
Type | getType () const |
Get the type of this attribute. More... | |
Dialect & | getDialect () const |
Get the dialect of this attribute. More... | |
![]() | |
unsigned | getKind () const |
Get the kind classification of this storage. More... | |
Static Public Member Functions | |
static OpaqueAttributeStorage * | construct (AttributeStorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
Identifier | dialectNamespace |
StringRef | attrData |
Additional Inherited Members | |
![]() | |
AttributeStorage (Type type) | |
AttributeStorage () | |
void | setType (Type type) |
Set the type of this attribute. More... | |
void | initializeDialect (Dialect &newDialect) |
![]() | |
BaseStorage () | |
Opaque Attribute Storage and Uniquing.
using mlir::detail::OpaqueAttributeStorage::KeyTy = std::tuple<Identifier, StringRef, Type> |
The hash key used for uniquing.
|
inline |
|
inlinestatic |
|
inline |
StringRef mlir::detail::OpaqueAttributeStorage::attrData |
Identifier mlir::detail::OpaqueAttributeStorage::dialectNamespace |