MLIR
20.0.0git
|
This class provides a fallback for resolving TypeIDs. More...
#include "mlir/Support/TypeID.h"
Static Protected Member Functions | |
static TypeID | registerImplicitTypeID (StringRef name) |
Register an implicit type ID for the given type name. More... | |
This class provides a fallback for resolving TypeIDs.
It uses the string name of the type to perform the resolution, and as such does not allow the use of classes defined in "anonymous" contexts.
|
staticprotected |
Register an implicit type ID for the given type name.
Definition at line 83 of file TypeID.cpp.
Referenced by mlir::detail::TypeIDResolver< T, Enable >::resolveTypeID().