Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallPrinter.cpp249 class CallGraphDOTPrinter : public ModulePass { class
252 CallGraphDOTPrinter() : ModulePass(ID) {} in CallGraphDOTPrinter() function in __anon84fede6e0111::CallGraphDOTPrinter
258 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()