My Project
|
An attribute representing a symbol reference. More...
#include <AttributeDetail.h>
Public Types | |
using | KeyTy = std::pair< StringRef, ArrayRef< FlatSymbolRefAttr > > |
Public Member Functions | |
SymbolRefAttributeStorage (StringRef value, size_t numNestedRefs) | |
bool | operator== (const KeyTy &key) const |
Key equality function. More... | |
ArrayRef< FlatSymbolRefAttr > | getNestedRefs () const |
Returns the set of nested references. More... | |
![]() | |
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 SymbolRefAttributeStorage * | construct (AttributeStorageAllocator &allocator, const KeyTy &key) |
Construct a new storage instance. More... | |
Public Attributes | |
StringRef | value |
size_t | numNestedRefs |
Additional Inherited Members | |
![]() | |
AttributeStorage (Type type) | |
AttributeStorage () | |
void | setType (Type type) |
Set the type of this attribute. More... | |
void | initializeDialect (Dialect &newDialect) |
![]() | |
BaseStorage () | |
An attribute representing a symbol reference.
using mlir::detail::SymbolRefAttributeStorage::KeyTy = std::pair<StringRef, ArrayRef<FlatSymbolRefAttr> > |
|
inline |
|
inlinestatic |
Construct a new storage instance.
|
inline |
Returns the set of nested references.
|
inline |
Key equality function.
size_t mlir::detail::SymbolRefAttributeStorage::numNestedRefs |
StringRef mlir::detail::SymbolRefAttributeStorage::value |