Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Support/
H A DDebugActionTest.cpp44 manager.registerActionHandler<GenericHandler>(); in TEST()
59 manager.registerActionHandler<ActionSpecificHandler>(); in TEST()
76 manager.registerActionHandler<DebugCounterHandler>(); in TEST()
H A DDebugCounterTest.cpp30 manager.registerActionHandler(std::move(counter)); in TEST()
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DDebugAction.h91 void registerActionHandler(std::unique_ptr<HandlerBase> handler) { in registerActionHandler() function
98 void registerActionHandler() { in registerActionHandler() function
99 registerActionHandler(std::make_unique<T>()); in registerActionHandler()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp118 context.getDebugActionManager().registerActionHandler<DebugCounter>(); in processBuffer()
/llvm-project-15.0.7/mlir/docs/
H A DDebugActions.md123 `DebugActionManager` using `registerActionHandler`. There are two types of