Searched refs:set_debug_level (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | opts.c | 208 static void set_debug_level (enum debug_info_type type, int extended, 1685 set_debug_level (NO_DEBUG, DEFAULT_GDB_EXTENSIONS, arg, opts, opts_set, in common_handle_option() 1690 set_debug_level (SDB_DEBUG, false, arg, opts, opts_set, loc); in common_handle_option() 1698 set_debug_level (DWARF2_DEBUG, false, "", opts, opts_set, loc); in common_handle_option() 1702 set_debug_level (NO_DEBUG, 2, arg, opts, opts_set, loc); in common_handle_option() 1707 set_debug_level (DBX_DEBUG, code == OPT_gstabs_, arg, opts, opts_set, in common_handle_option() 1712 set_debug_level (VMS_DEBUG, false, arg, opts, opts_set, loc); in common_handle_option() 1717 set_debug_level (XCOFF_DEBUG, code == OPT_gxcoff_, arg, opts, opts_set, in common_handle_option() 1870 set_debug_level (enum debug_info_type type, int extended, const char *arg, in set_debug_level() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | opts.c | 193 static void set_debug_level (enum debug_info_type type, int extended, 2416 set_debug_level (NO_DEBUG, DEFAULT_GDB_EXTENSIONS, arg, opts, opts_set, 2437 set_debug_level (DWARF2_DEBUG, false, "", opts, opts_set, loc); 2441 set_debug_level (NO_DEBUG, DEFAULT_GDB_EXTENSIONS, "", opts, opts_set, 2446 set_debug_level (NO_DEBUG, 2, arg, opts, opts_set, loc); 2451 set_debug_level (DBX_DEBUG, code == OPT_gstabs_, arg, opts, opts_set, 2456 set_debug_level (VMS_DEBUG, false, arg, opts, opts_set, loc); 2461 set_debug_level (XCOFF_DEBUG, code == OPT_gxcoff_, arg, opts, opts_set, 2663 set_debug_level (enum debug_info_type type, int extended, const char *arg,
|
/dflybsd-src/contrib/cryptsetup/lib/ |
H A D | internal.h | 58 void set_debug_level(int level);
|
/dflybsd-src/contrib/cryptsetup/src/ |
H A D | cryptsetup.c | 694 void set_debug_level(int level);
|