Searched defs:BreakpointPrinter (Results 1 – 1 of 1) sorted by relevance
24 struct BreakpointPrinter : public ModulePass { struct25 raw_ostream &Out;26 static char ID;28 BreakpointPrinter(raw_ostream &out) : ModulePass(ID), Out(out) {} in BreakpointPrinter() function30 void getContextName(const DIScope *Context, std::string &N) { in getContextName()44 bool runOnModule(Module &M) override { in runOnModule()61 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()