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

/external/llvm/tools/opt/
H A DAnalysisWrappers.cpp77 struct CallGraphPrinter : public ModulePass { struct in namespace:__anon10035
79 CallGraphPrinter() : ModulePass(ID) {} function in struct:__anon10035::CallGraphPrinter
92 char CallGraphPrinter::ID = 0;
93 static RegisterPass<CallGraphPrinter>
/external/llvm/lib/Analysis/IPA/
H A DCallPrinter.cpp55 struct CallGraphPrinter struct in namespace:__anon9393
59 CallGraphPrinter() function in struct:__anon9393::CallGraphPrinter
72 char CallGraphPrinter::ID = 0;
73 INITIALIZE_PASS(CallGraphPrinter, "dot-callgraph",
86 return new CallGraphPrinter();

Completed in 1775 milliseconds