Searched refs:CallGraphDOTPrinter (Results 1 – 1 of 1) sorted by relevance
249 class CallGraphDOTPrinter : public ModulePass { class252 CallGraphDOTPrinter() : ModulePass(ID) {} in CallGraphDOTPrinter() function in __anon84fede6e0111::CallGraphDOTPrinter258 void CallGraphDOTPrinter::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()264 bool CallGraphDOTPrinter::runOnModule(Module &M) { in runOnModule()297 char CallGraphDOTPrinter::ID = 0;298 INITIALIZE_PASS(CallGraphDOTPrinter, "dot-callgraph",308 return new CallGraphDOTPrinter(); in createCallGraphDOTPrinterPass()