MLIR 22.0.0git
mlir::tracing::InstallDebugHandler Class Reference

This is a RAII class that installs the debug handlers on the context based on the provided configuration. More...

#include "mlir/Debug/CLOptionsSetup.h"

Classes

class  Impl

Public Member Functions

 InstallDebugHandler (MLIRContext &context, const DebugConfig &config)
 ~InstallDebugHandler ()

Detailed Description

This is a RAII class that installs the debug handlers on the context based on the provided configuration.

Definition at line 85 of file CLOptionsSetup.h.

Constructor & Destructor Documentation

◆ InstallDebugHandler()

InstallDebugHandler::InstallDebugHandler ( MLIRContext & context,
const DebugConfig & config )

Definition at line 150 of file CLOptionsSetup.cpp.

References mlir::config.

◆ ~InstallDebugHandler()

InstallDebugHandler::~InstallDebugHandler ( )
default

The documentation for this class was generated from the following files: