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