Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Debug/
H A DCLOptionsSetup.cpp104 actionLogger = std::make_unique<tracing::ActionLogger>(logActionsStream); in Impl()
106 actionLogger->addBreakpointManager(locationBreakpoint); in Impl()
107 executionContext.registerObserver(actionLogger.get()); in Impl()
138 std::unique_ptr<tracing::ActionLogger> actionLogger; member in InstallDebugHandler::Impl