dwarf2out.h revision 50397
150397Sobrien/* dwarf2out.h - Various declarations for functions found in dwarf2out.c
250397Sobrien   Copyright (C) 1998 Free Software Foundation, Inc.
350397Sobrien
450397SobrienThis file is part of GNU CC.
550397Sobrien
650397SobrienGNU CC is free software; you can redistribute it and/or modify
750397Sobrienit under the terms of the GNU General Public License as published by
850397Sobrienthe Free Software Foundation; either version 2, or (at your option)
950397Sobrienany later version.
1050397Sobrien
1150397SobrienGNU CC is distributed in the hope that it will be useful,
1250397Sobrienbut WITHOUT ANY WARRANTY; without even the implied warranty of
1350397SobrienMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1450397SobrienGNU General Public License for more details.
1550397Sobrien
1650397SobrienYou should have received a copy of the GNU General Public License
1750397Sobrienalong with GNU CC; see the file COPYING.  If not, write to
1850397Sobrienthe Free Software Foundation, 59 Temple Place - Suite 330,
1950397SobrienBoston, MA 02111-1307, USA.  */
2050397Sobrien
2150397Sobrienextern void dwarf2out_init 		PROTO ((FILE *asm_out_file,
2250397Sobrien						char *main_input_filename));
2350397Sobrienextern void dwarf2out_finish		PROTO ((void));
2450397Sobrien
2550397Sobrienextern void dwarf2out_define		PROTO ((unsigned, char *));
2650397Sobrienextern void dwarf2out_undef 		PROTO ((unsigned, char *));
2750397Sobrienextern void dwarf2out_start_source_file 	PROTO ((char *));
2850397Sobrienextern void dwarf2out_end_source_file 	PROTO ((void));
2950397Sobrien
3050397Sobrienextern void dwarf2out_begin_block	PROTO ((unsigned));
3150397Sobrienextern void dwarf2out_end_block		PROTO ((unsigned));
3250397Sobrienextern void dwarf2out_label		PROTO ((rtx));
3350397Sobrienextern void dwarf2out_decl		PROTO ((tree));
3450397Sobrienextern void dwarf2out_line		PROTO ((char *, unsigned));
3550397Sobrienextern void dwarf2out_frame_init	PROTO ((void));
3650397Sobrienextern void dwarf2out_frame_debug	PROTO ((rtx));
3750397Sobrienextern void dwarf2out_frame_finish	PROTO ((void));
3850397Sobrien
3950397Sobrienextern void debug_dwarf			PROTO ((void));
4050397Sobrienstruct die_struct;
4150397Sobrienextern void debug_dwarf_die		PROTO ((struct die_struct *));
42