Searched refs:BreakpointPrinter (Results 1 – 2 of 2) sorted by relevance
24 struct BreakpointPrinter : public ModulePass { struct28 BreakpointPrinter(raw_ostream &out) : ModulePass(ID), Out(out) {} in BreakpointPrinter() function66 char BreakpointPrinter::ID = 0;70 return new BreakpointPrinter(out); in createBreakpointPrinter()
7 SRCS+= BreakpointPrinter.cpp