HomeSort by relevance Sort by last modified time
    Searched refs:CallGraphPrinter (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
CallPrinter.cpp 61 struct CallGraphPrinter : public DOTGraphTraitsModulePrinter<
66 CallGraphPrinter()
80 char CallGraphPrinter::ID = 0;
81 INITIALIZE_PASS(CallGraphPrinter, "dot-callgraph",
91 return new CallGraphPrinter();
  /external/llvm/tools/opt/
AnalysisWrappers.cpp 76 struct CallGraphPrinter : public ModulePass {
78 CallGraphPrinter() : ModulePass(ID) {}
91 char CallGraphPrinter::ID = 0;
92 static RegisterPass<CallGraphPrinter>

Completed in 394 milliseconds