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

/external/llvm/lib/Analysis/IPA/
H A DCallPrinter.cpp61 struct CallGraphPrinter : public DOTGraphTraitsModulePrinter< struct in namespace:__anon25681
66 CallGraphPrinter() function in struct:__anon25681::CallGraphPrinter
80 char CallGraphPrinter::ID = 0;
81 INITIALIZE_PASS(CallGraphPrinter, "dot-callgraph",
91 return new CallGraphPrinter();
/external/llvm/tools/opt/
H A DAnalysisWrappers.cpp76 struct CallGraphPrinter : public ModulePass { struct in namespace:__anon26420
78 CallGraphPrinter() : ModulePass(ID) {} function in struct:__anon26420::CallGraphPrinter
91 char CallGraphPrinter::ID = 0;
92 static RegisterPass<CallGraphPrinter>

Completed in 670 milliseconds