Searched defs:BreakpointPrinter (Results 1 – 2 of 2) sorted by relevance
25 struct BreakpointPrinter : public ModulePass { struct26 raw_ostream &Out;27 static char ID;29 BreakpointPrinter(raw_ostream &out) : ModulePass(ID), Out(out) {} in BreakpointPrinter() argument31 void getContextName(const DIScope *Context, std::string &N) { in getContextName()45 bool runOnModule(Module &M) override { in runOnModule()62 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()