Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCallPrinter.cpp314 class CallGraphDOTPrinter : public ModulePass { class
317 CallGraphDOTPrinter() : ModulePass(ID) {} in CallGraphDOTPrinter() function in __anonac06eb3a0411::CallGraphDOTPrinter
323 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()