Home
last modified time | relevance | path

Searched defs:CallGraphPrinterLegacyPass (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCallGraph.cpp301 struct CallGraphPrinterLegacyPass : public ModulePass { struct
302 static char ID; // Pass ID, replacement for typeid
304 CallGraphPrinterLegacyPass() : ModulePass(ID) { in CallGraphPrinterLegacyPass() function
308 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
313 bool runOnModule(Module &M) override { in runOnModule()