Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h321 class CallGraphPrinterPass : public PassInfoMixin<CallGraphPrinterPass> {
325 explicit CallGraphPrinterPass(raw_ostream &OS) : OS(OS) {} in CallGraphPrinterPass() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp311 PreservedAnalyses CallGraphPrinterPass::run(Module &M, in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def90 MODULE_PASS("print-callgraph", CallGraphPrinterPass(dbgs()))