Home
last modified time | relevance | path

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

/external/llvm/tools/opt/
DBreakpointPrinter.cpp25 struct BreakpointPrinter : public ModulePass { struct
26 raw_ostream &Out;
27 static char ID;
28 DITypeIdentifierMap TypeIdentifierMap;
30 BreakpointPrinter(raw_ostream &out) : ModulePass(ID), Out(out) {} in BreakpointPrinter() function
32 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()