MLIR
20.0.0git
|
This class represents a numbering entry for a dialect resource. More...
#include "Bytecode/Writer/IRNumbering.h"
Public Member Functions | |
DialectResourceNumbering (std::string key) | |
Public Attributes | |
std::string | key |
The key used to reference this resource. More... | |
unsigned | number = 0 |
The number assigned to this resource. More... | |
bool | isDeclaration = true |
A flag indicating if this resource is only a declaration, not a full definition. More... | |
This class represents a numbering entry for a dialect resource.
Definition at line 87 of file IRNumbering.h.
|
inline |
Definition at line 88 of file IRNumbering.h.
bool mlir::bytecode::detail::DialectResourceNumbering::isDeclaration = true |
A flag indicating if this resource is only a declaration, not a full definition.
Definition at line 98 of file IRNumbering.h.
std::string mlir::bytecode::detail::DialectResourceNumbering::key |
The key used to reference this resource.
Definition at line 91 of file IRNumbering.h.
unsigned mlir::bytecode::detail::DialectResourceNumbering::number = 0 |
The number assigned to this resource.
Definition at line 94 of file IRNumbering.h.