Searched refs:CallGraphDOTPrinter (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp61 struct CallGraphDOTPrinter : public DOTGraphTraitsModulePrinter< struct in namespace:__anon1606
66 CallGraphDOTPrinter() function in struct:__anon1606::CallGraphDOTPrinter
80 char CallGraphDOTPrinter::ID = 0;
81 INITIALIZE_PASS(CallGraphDOTPrinter, "dot-callgraph",
91 return new CallGraphDOTPrinter();

Completed in 54 milliseconds