Searched defs:BreakpointPrinter (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/opt/
H A Dopt.cpp357 struct BreakpointPrinter : public ModulePass { struct in namespace:__anon9224
361 BreakpointPrinter(raw_ostream &out) function in struct:__anon9224::BreakpointPrinter
404 char BreakpointPrinter::ID = 0;
603 Passes.add(new BreakpointPrinter(Out->os()));

Completed in 283 milliseconds