dwarf2out.h revision 169689
150397Sobrien/* dwarf2out.h - Various declarations for functions found in dwarf2out.c
290075Sobrien   Copyright (C) 1998, 1999, 2000, 2003
350397Sobrien   Free Software Foundation, Inc.
490075Sobrien
550397SobrienThis file is part of GCC.
690075Sobrien
790075SobrienGCC is free software; you can redistribute it and/or modify it under
890075Sobrienthe terms of the GNU General Public License as published by the Free
990075SobrienSoftware Foundation; either version 2, or (at your option) any later
1050397Sobrienversion.
1190075Sobrien
1290075SobrienGCC is distributed in the hope that it will be useful, but WITHOUT ANY
1390075SobrienWARRANTY; without even the implied warranty of MERCHANTABILITY or
1490075SobrienFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1550397Sobrienfor more details.
1650397Sobrien
1790075SobrienYou should have received a copy of the GNU General Public License
1890075Sobrienalong with GCC; see the file COPYING.  If not, write to the Free
1990075SobrienSoftware Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
2050397Sobrien02110-1301, USA.  */
2190075Sobrien
2290075Sobrienextern void dwarf2out_decl (tree);
2350397Sobrienextern void dwarf2out_frame_debug (rtx, bool);
2490075Sobrien
2590075Sobrienextern void debug_dwarf (void);
2690075Sobrienstruct die_struct;
2790075Sobrienextern void debug_dwarf_die (struct die_struct *);
2890075Sobrienextern void dwarf2out_set_demangle_name_func (const char *(*) (const char *));
2950397Sobrien