forked from OSchip/llvm-project
cf4f97c812
TypeIDAllocator enables the allocation of new TypeIDs at runtime, that are unique during the lifetime of the allocator. NonMovableTypeIDOwner is a class used to define a new TypeID for each instance of a class, using the instance address. This class cannot be copied or moved. Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D104534 |
||
---|---|---|
.. | ||
mlir | ||
mlir-c |