Home
last modified time | relevance | path

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

/llvm-project/mlir/unittests/Debug/
H A DExecutionContextTest.cpp67 TagBreakpointManager simpleManager; in TEST() local
69 executionCtx.addBreakpointManager(&simpleManager); in TEST()
71 breakpoints.push_back(simpleManager.addBreakpoint(DebuggerAction::tag)); in TEST()
72 breakpoints.push_back(simpleManager.addBreakpoint(OtherAction::tag)); in TEST()
73 breakpoints.push_back(simpleManager.addBreakpoint(ThirdAction::tag)); in TEST()
102 TagBreakpointManager simpleManager; in TEST() local
104 executionCtx.addBreakpointManager(&simpleManager); in TEST()
109 Breakpoint *dbgBreakpoint = simpleManager.addBreakpoint(DebuggerAction::tag); in TEST()
137 TagBreakpointManager simpleManager; in TEST() local
139 executionCtx.addBreakpointManager(&simpleManager); in TEST()
[all …]
/llvm-project/mlir/unittests/Pass/
H A DPassManagerTest.cpp168 tracing::TagBreakpointManager simpleManager; in TEST() local
170 executionCtx.addBreakpointManager(&simpleManager); in TEST()
171 simpleManager.addBreakpoint(PassExecutionAction::tag); in TEST()