1 //===-- CallPrinter.h - Call graph printer external interface ----*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 // This file defines external functions that can be called to explicitly
11 // instantiate the call graph printer.
13 //===----------------------------------------------------------------------===//
15 #ifndef LLVM_ANALYSIS_CALLPRINTER_H
16 #define LLVM_ANALYSIS_CALLPRINTER_H
22 ModulePass *createCallGraphViewerPass();
23 ModulePass *createCallGraphPrinterPass();
25 } // end namespace llvm