|
MLIR 24.0.0git
|
This class provides a resolver for getting the ID for a given class T, when the class provides a static TypeID resolveTypeID() method. More...
#include "mlir/Support/TypeID.h"
Static Public Member Functions | |
| static TypeID | resolveTypeID () |
Additional Inherited Members | |
| Static Protected Member Functions inherited from mlir::detail::FallbackTypeIDResolver | |
| static LLVM_ALWAYS_EXPORT TypeID | registerImplicitTypeID (StringRef name) |
| Register an implicit type ID for the given type name. | |
This class provides a resolver for getting the ID for a given class T, when the class provides a static TypeID resolveTypeID() method.
This allows for simplifying situations when the class can resolve the ID itself.
|
inlinestatic |
Definition at line 238 of file TypeID.h.
References mlir::detail::InlineTypeIDResolver::resolveTypeID().