|
My Project
|
#include <LocationDetail.h>


Public Types | |
| using | KeyTy = std::tuple< uintptr_t, ClassID *, Location > |
| The hash key used for uniquing. More... | |
Public Member Functions | |
| OpaqueLocationStorage (uintptr_t underlyingLocation, ClassID *classId, Location fallbackLocation) | |
| bool | operator== (const KeyTy &key) const |
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 OpaqueLocationStorage * | construct (AttributeStorageAllocator &allocator, const KeyTy &key) |
| Construct a new storage instance. More... | |
Public Attributes | |
| uintptr_t | underlyingLocation |
| Pointer to the corresponding object. More... | |
| ClassID * | classId |
| A unique pointer for each type of underlyingLocation. More... | |
| Location | fallbackLocation |
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 () | |
| using mlir::detail::OpaqueLocationStorage::KeyTy = std::tuple<uintptr_t, ClassID *, Location> |
The hash key used for uniquing.
|
inline |
|
inlinestatic |
Construct a new storage instance.
|
inline |
| ClassID* mlir::detail::OpaqueLocationStorage::classId |
A unique pointer for each type of underlyingLocation.
| Location mlir::detail::OpaqueLocationStorage::fallbackLocation |
An additional location that can be used if the external one is not suitable.
| uintptr_t mlir::detail::OpaqueLocationStorage::underlyingLocation |
Pointer to the corresponding object.
1.8.13