My Project
|
Opaque Type Storage and Uniquing. More...
#include <TypeDetail.h>
Public Types | |
using | KeyTy = std::pair< Identifier, StringRef > |
The hash key used for uniquing. More... | |
Public Member Functions | |
OpaqueTypeStorage (Identifier dialectNamespace, StringRef typeData) | |
bool | operator== (const KeyTy &key) const |
![]() | |
Dialect & | getDialect () |
Get the dialect that this type is registered to. More... | |
unsigned | getSubclassData () const |
Get the subclass data. More... | |
void | setSubclassData (unsigned val) |
Set the subclass data. More... | |
![]() | |
unsigned | getKind () const |
Get the kind classification of this storage. More... | |
Static Public Member Functions | |
static OpaqueTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
Identifier | dialectNamespace |
StringRef | typeData |
Additional Inherited Members | |
![]() | |
TypeStorage (unsigned subclassData=0) | |
![]() | |
BaseStorage () | |
Opaque Type Storage and Uniquing.
using mlir::detail::OpaqueTypeStorage::KeyTy = std::pair<Identifier, StringRef> |
The hash key used for uniquing.
|
inline |
|
inlinestatic |
|
inline |
Identifier mlir::detail::OpaqueTypeStorage::dialectNamespace |
StringRef mlir::detail::OpaqueTypeStorage::typeData |