150397Sobrien/* dwarf2out.h - Various declarations for functions found in dwarf2out.c
2132718Skan   Copyright (C) 1998, 1999, 2000, 2003
3132718Skan   Free Software Foundation, Inc.
450397Sobrien
590075SobrienThis file is part of GCC.
650397Sobrien
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
1090075Sobrienversion.
1150397Sobrien
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
1590075Sobrienfor more details.
1650397Sobrien
1750397SobrienYou should have received a copy of the GNU General Public License
1890075Sobrienalong with GCC; see the file COPYING.  If not, write to the Free
19169689SkanSoftware Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
20169689Skan02110-1301, USA.  */
2150397Sobrien
22132718Skanextern void dwarf2out_decl (tree);
23169689Skanextern void dwarf2out_frame_debug (rtx, bool);
2450397Sobrien
25132718Skanextern void debug_dwarf (void);
2690075Sobrienstruct die_struct;
27132718Skanextern void debug_dwarf_die (struct die_struct *);
28132718Skanextern void dwarf2out_set_demangle_name_func (const char *(*) (const char *));
29