Home
last modified time | relevance | path

Searched refs:ManagerInterface (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DDialectResourceBlobManager.h189 using ManagerInterface = ResourceBlobManagerDialectInterfaceBase< member
204 static ManagerInterface &getManagerInterface(MLIRContext *ctx) { in getManagerInterface()
208 auto *iface = dialect->template getRegisteredInterface<ManagerInterface>(); in getManagerInterface()