Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h302 class CallGraphPrinterPass : public PassInfoMixin<CallGraphPrinterPass> {
306 explicit CallGraphPrinterPass(raw_ostream &OS) : OS(OS) {} in CallGraphPrinterPass() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp261 PreservedAnalyses CallGraphPrinterPass::run(Module &M, in run()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def132 MODULE_PASS("print-callgraph", CallGraphPrinterPass(errs()))