MLIR
20.0.0git
|
#include "mlir/Debug/CLOptionsSetup.h"
#include "mlir/Debug/Counter.h"
#include "mlir/Debug/DebuggerExecutionContextHook.h"
#include "mlir/Debug/ExecutionContext.h"
#include "mlir/Debug/Observers/ActionLogging.h"
#include "mlir/Debug/Observers/ActionProfiler.h"
#include "mlir/IR/MLIRContext.h"
#include "mlir/Support/FileUtilities.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/ToolOutputFile.h"
Go to the source code of this file.
Classes | |
class | mlir::tracing::InstallDebugHandler::Impl |
Variables | |
static ManagedStatic< DebugConfigCLOptions > | clOptionsConfig |
|
static |
Definition at line 73 of file CLOptionsSetup.cpp.
Referenced by mlir::tracing::DebugConfig::createFromCLOptions(), and mlir::tracing::DebugConfig::registerCLOptions().