Searched refs:CallGraphDOTPrinter (Results 1 – 1 of 1) sorted by relevance
314 class CallGraphDOTPrinter : public ModulePass { class317 CallGraphDOTPrinter() : ModulePass(ID) {} in CallGraphDOTPrinter() function in __anonac06eb3a0411::CallGraphDOTPrinter323 void CallGraphDOTPrinter::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()329 bool CallGraphDOTPrinter::runOnModule(Module &M) { in runOnModule()345 char CallGraphDOTPrinter::ID = 0;346 INITIALIZE_PASS(CallGraphDOTPrinter, "dot-callgraph",356 return new CallGraphDOTPrinter(); in createCallGraphDOTPrinterPass()