Searched refs:dwarf2out_do_frame (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddebug.h248 extern bool dwarf2out_do_frame (void);
H A Ddwarf2cfi.c41 #include "debug.h" /* dwarf2out_do_frame, dwarf2out_do_cfi_asm */
3543 /* Save the result of dwarf2out_do_frame across PCH.
3562 dwarf2out_do_frame (void)
3595 if (!flag_dwarf2_cfi_asm || !dwarf2out_do_frame ())
3658 return dwarf2out_do_frame ();
3557 dwarf2out_do_frame (void) function
H A Dfinal.c1900 && dwarf2out_do_frame ())
2218 if (dwarf2out_do_frame ())
2245 if (dwarf2out_do_frame ()
H A Ddwarf2out.c1063 do_frame = dwarf2out_do_frame ();
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddebug.h256 extern bool dwarf2out_do_frame (void);
H A Ddwarf2cfi.cc41 #include "debug.h" /* dwarf2out_do_frame, dwarf2out_do_cfi_asm */
3697 /* Save the result of dwarf2out_do_frame across PCH.
3716 dwarf2out_do_frame (void)
3749 if (!flag_dwarf2_cfi_asm || !dwarf2out_do_frame ())
3812 return dwarf2out_do_frame ();
3711 dwarf2out_do_frame (void) function
H A Dfinal.cc1892 && dwarf2out_do_frame ())
2208 if (dwarf2out_do_frame ())
2239 if (dwarf2out_do_frame ()
H A Ddwarf2out.cc1081 do_frame = dwarf2out_do_frame ();
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c433 uses it. This changes the return value of dwarf2out_do_frame, so we
443 if (dwarf2out_do_frame ())
/netbsd-current/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc435 uses it. This changes the return value of dwarf2out_do_frame, so we
445 if (dwarf2out_do_frame ())
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c10311 bool frame = dwarf2out_do_frame ();
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc10311 bool frame = dwarf2out_do_frame ();
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c5465 if (flag_asynchronous_unwind_tables && dwarf2out_do_frame ())
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc5953 if (flag_asynchronous_unwind_tables && dwarf2out_do_frame ())

Completed in 820 milliseconds