1 //===- BreakpointPrinter.h - Breakpoint location printer ------------------===//
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 //===----------------------------------------------------------------------===//
11 /// \brief Breakpoint location printer.
13 //===----------------------------------------------------------------------===//
14 #ifndef LLVM_TOOLS_OPT_BREAKPOINTPRINTER_H
15 #define LLVM_TOOLS_OPT_BREAKPOINTPRINTER_H
22 ModulePass
*createBreakpointPrinter(raw_ostream
&out
);
25 #endif // LLVM_TOOLS_OPT_BREAKPOINTPRINTER_H