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

/external/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp576 // PrintCallGraphPass Implementation
580 /// PrintCallGraphPass - Print a Module corresponding to a call graph.
582 class PrintCallGraphPass : public CallGraphSCCPass { class in namespace:__anon8596::CGPassManager::__anon8597
588 PrintCallGraphPass(const std::string &B, raw_ostream &o) function in class:__anon8596::CGPassManager::__anon8597::PrintCallGraphPass
605 char PrintCallGraphPass::ID = 0;
609 return new PrintCallGraphPass(Banner, O);

Completed in 57 milliseconds