Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Debug/
H A DCLOptionsSetup.cpp78 class InstallDebugHandler::Impl {
145 InstallDebugHandler::InstallDebugHandler(MLIRContext &context, in InstallDebugHandler() function in InstallDebugHandler
149 InstallDebugHandler::~InstallDebugHandler() = default;
/llvm-project/mlir/include/mlir/Debug/
H A DCLOptionsSetup.h85 class InstallDebugHandler {
87 InstallDebugHandler(MLIRContext &context, const DebugConfig &config);
88 ~InstallDebugHandler();
/llvm-project/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp532 tracing::InstallDebugHandler installDebugHandler(context, in MlirOptMain()