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

/external/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp579 // PrintCallGraphPass Implementation
583 /// PrintCallGraphPass - Print a Module corresponding to a call graph.
585 class PrintCallGraphPass : public CallGraphSCCPass { class in namespace:__anon21080::CGPassManager::__anon21081
591 PrintCallGraphPass(const std::string &B, raw_ostream &o) function in class:__anon21080::CGPassManager::__anon21081::PrintCallGraphPass
608 char PrintCallGraphPass::ID = 0;
612 return new PrintCallGraphPass(Banner, O);

Completed in 47 milliseconds