Searched refs:CallGraphDOTPrinter (Results 1 – 1 of 1) sorted by relevance
315 class CallGraphDOTPrinter : public ModulePass { class318 CallGraphDOTPrinter() : ModulePass(ID) {} in CallGraphDOTPrinter() function in __anoneba278a30411::CallGraphDOTPrinter324 void CallGraphDOTPrinter::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()330 bool CallGraphDOTPrinter::runOnModule(Module &M) { in runOnModule()346 char CallGraphDOTPrinter::ID = 0;347 INITIALIZE_PASS(CallGraphDOTPrinter, "dot-callgraph",357 return new CallGraphDOTPrinter(); in createCallGraphDOTPrinterPass()