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

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

Completed in 107 milliseconds