Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/opt/
DAnalysisWrappers.cpp77 struct CallGraphPrinter : public ModulePass { struct
79 CallGraphPrinter() : ModulePass(ID) {} in CallGraphPrinter() function
92 char CallGraphPrinter::ID = 0;
93 static RegisterPass<CallGraphPrinter>
DGraphPrinters.cpp71 struct CallGraphPrinter : public ModulePass { struct
73 CallGraphPrinter() : ModulePass(ID) {} in CallGraphPrinter() function
89 char CallGraphPrinter::ID = 0;
90 static RegisterPass<CallGraphPrinter> P2("dot-callgraph",