Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMLIRContext.h205 DebugActionManager &getDebugActionManager();
/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.md109 DebugActionManager &manager = context->getDebugActionManager();
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp342 DebugActionManager &MLIRContext::getDebugActionManager() { in getDebugActionManager() function in MLIRContext