Home
last modified time | relevance | path

Searched refs:CallGraphPrinterPass (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCallGraph.h321 class CallGraphPrinterPass : public PassInfoMixin<CallGraphPrinterPass> {
325 explicit CallGraphPrinterPass(raw_ostream &OS) : OS(OS) {} in CallGraphPrinterPass() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallGraph.cpp311 PreservedAnalyses CallGraphPrinterPass::run(Module &M, in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassRegistry.def89 MODULE_PASS("print-callgraph", CallGraphPrinterPass(dbgs()))