]> git.proxmox.com Git - rustc.git/blame - src/llvm/tools/opt/BreakpointPrinter.h
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / tools / opt / BreakpointPrinter.h
CommitLineData
1a4d82fc 1//===- BreakpointPrinter.h - Breakpoint location printer ------------------===//
223e47cc
LB
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
1a4d82fc
JJ
9///
10/// \file
11/// \brief Breakpoint location printer.
12///
223e47cc 13//===----------------------------------------------------------------------===//
1a4d82fc
JJ
14#ifndef LLVM_TOOLS_OPT_BREAKPOINTPRINTER_H
15#define LLVM_TOOLS_OPT_BREAKPOINTPRINTER_H
223e47cc 16
1a4d82fc 17namespace llvm {
223e47cc 18
1a4d82fc
JJ
19class ModulePass;
20class raw_ostream;
223e47cc 21
1a4d82fc 22ModulePass *createBreakpointPrinter(raw_ostream &out);
223e47cc 23}
1a4d82fc
JJ
24
25#endif // LLVM_TOOLS_OPT_BREAKPOINTPRINTER_H