Home
last modified time | relevance | path

Searched refs:debug_hooks (Results 1 – 25 of 33) sorted by relevance

12

/openbsd-src/gnu/gcc/gcc/
H A Dtoplev.c198 const struct gcc_debug_hooks *debug_hooks; variable
895 debug_hooks->global_decl (vec[i]); in emit_debug_global_declarations()
1074 (*debug_hooks->finish) (main_input_filename); in compile_file()
1556 debug_hooks = &do_nothing_debug_hooks; in process_options()
1718 debug_hooks = &dbx_debug_hooks; in process_options()
1722 debug_hooks = &xcoff_debug_hooks; in process_options()
1726 debug_hooks = &sdb_debug_hooks; in process_options()
1730 debug_hooks = &dwarf2_debug_hooks; in process_options()
1734 debug_hooks = &vmsdbg_debug_hooks; in process_options()
1744 || debug_hooks->var_location == do_nothing_debug_hooks.var_location) in process_options()
[all …]
H A Dc-lex.c236 (*debug_hooks->start_source_file) (included_at, new_map->to_file); in fe_file_change()
260 (*debug_hooks->end_source_file) (new_map->to_line); in fe_file_change()
312 (*debug_hooks->define) (SOURCE_LINE (map, loc), in cb_define()
322 (*debug_hooks->undef) (SOURCE_LINE (map, loc), in cb_undef()
H A Ddebug.h132 extern const struct gcc_debug_hooks *debug_hooks;
H A Dc-pch.c164 (*debug_hooks->handle_pch) (0); in pch_init()
180 (*debug_hooks->handle_pch) (1); in c_common_write_pch()
H A Dc-opts.c1181 if (debug_hooks->start_end_main_source_file) in c_common_parse_file()
1182 (*debug_hooks->start_source_file) (0, this_input_filename); in c_common_parse_file()
1190 if (debug_hooks->start_end_main_source_file) in c_common_parse_file()
1191 (*debug_hooks->end_source_file) (0); in c_common_parse_file()
H A Dfinal.c1392 (*debug_hooks->begin_prologue) (last_linenum, last_filename); in final_start_function()
1519 (*debug_hooks->end_function) (high_function_linenum); in final_end_function()
1526 (*debug_hooks->end_epilogue) (last_linenum, last_filename); in final_end_function()
1707 (*debug_hooks->switch_text_section) (); in final_scan_insn()
1760 (*debug_hooks->end_prologue) (last_linenum, last_filename); in final_scan_insn()
1786 (*debug_hooks->begin_block) (last_linenum, n); in final_scan_insn()
1808 (*debug_hooks->end_block) (high_block_linenum, n); in final_scan_insn()
1820 (*debug_hooks->var_location) (insn); in final_scan_insn()
1891 (*debug_hooks->label) (insn); in final_scan_insn()
2061 (*debug_hooks->source_line) (last_linenum, last_filename); in final_scan_insn()
[all …]
H A Dpasses.c183 debug_hooks->type_decl (decl, !top_level); in rest_of_decl_compilation()
203 debug_hooks->type_decl (TYPE_STUB_DECL (type), !toplev); in rest_of_type_compilation()
H A Dcgraphunit.c509 (*debug_hooks->deferred_inline_function) (decl); in cgraph_finalize_function()
921 (*debug_hooks->global_decl) (node->decl); in cgraph_varpool_output_debug_info()
H A Dcfgexpand.c1793 (*debug_hooks->outlining_inline_function) (current_function_decl); in tree_expand_cfg()
H A Dc-decl.c1791 (*debug_hooks->outlining_inline_function) (olddecl); in merge_decls()
7067 if (debug_hooks->type_decl) in record_builtin_type()
7068 debug_hooks->type_decl (decl, false); in record_builtin_type()
7924 debug_hooks->global_decl (decl); in c_write_global_declarations_2()
H A Dtree-inline.c2170 (*debug_hooks->outlining_inline_function) (cg_edge->callee->decl); in expand_call_inline()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-lex.c156 (*debug_hooks->start_source_file) (lineno, input_filename);
275 (*debug_hooks->start_source_file) (included_at, new_map->to_file);
299 (*debug_hooks->end_source_file) (to_line);
347 (*debug_hooks->define) (SOURCE_LINE (map, line),
358 (*debug_hooks->undef) (SOURCE_LINE (map, line),
H A Ddebug.h106 extern const struct gcc_debug_hooks *debug_hooks;
H A Dtoplev.c195 const struct gcc_debug_hooks *debug_hooks = &do_nothing_debug_hooks; variable
2129 (*debug_hooks->global_decl) (decl);
2231 (*debug_hooks->finish) (main_input_filename); in compile_file()
2554 (*debug_hooks->deferred_inline_function) (decl);
2612 (*debug_hooks->outlining_inline_function) (decl);
3710 (*debug_hooks->function_decl) (decl);
5233 debug_hooks = &dbx_debug_hooks; in process_options()
5237 debug_hooks = &xcoff_debug_hooks; in process_options()
5241 debug_hooks = &sdb_debug_hooks; in process_options()
5245 debug_hooks = &dwarf_debug_hooks; in process_options()
[all …]
H A Dfinal.c1644 (*debug_hooks->begin_prologue) (last_linenum, last_filename);
1787 (*debug_hooks->end_function) (high_function_linenum); in final_end_function()
1794 (*debug_hooks->end_epilogue) (last_linenum, last_filename); in final_end_function()
2059 (*debug_hooks->end_prologue) (last_linenum, last_filename);
2077 (*debug_hooks->begin_block) (last_linenum, n);
2101 (*debug_hooks->end_block) (high_block_linenum, n);
2160 (*debug_hooks->source_line) (last_linenum, last_filename);
2233 (*debug_hooks->label) (insn);
H A Dintegrate.c3024 const struct gcc_debug_hooks *const old_debug_hooks = debug_hooks;
3040 debug_hooks = &do_nothing_debug_hooks;
3057 debug_hooks = old_debug_hooks;
H A Dc-decl.c1491 (*debug_hooks->outlining_inline_function) (olddecl);
6629 (*debug_hooks->deferred_inline_function) (fndecl);
/openbsd-src/gnu/gcc/gcc/cp/
H A Doptimize.c92 (*debug_hooks->deferred_inline_function) (fn); in maybe_clone_body()
H A Dname-lookup.c3199 (*debug_hooks->global_decl) (alias); in do_namespace_alias()
3359 (*debug_hooks->imported_module_or_decl) (namespace, context); in do_using_directive()
5152 (*debug_hooks->imported_module_or_decl) (t, context); in cp_emit_debug_info_for_using()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Doptimize.c152 (*debug_hooks->deferred_inline_function) (fn);
H A Dsemantics.c2362 (*debug_hooks->deferred_inline_function) (fn);
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djcf-parse.c730 (*debug_hooks->start_source_file) (lineno, input_filename); in parse_class_file()
822 (*debug_hooks->end_source_file) (save_lineno); in parse_class_file()
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dlex.c799 (*debug_hooks->end_source_file) (input_file_stack->line); in ffelex_file_pop_()
822 (*debug_hooks->start_source_file) (0, input_filename); in ffelex_file_push_()
1099 (*debug_hooks->define) (lineno, text); in ffelex_hash_()
1118 (*debug_hooks->undef) (lineno, text); in ffelex_hash_()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c1524 const struct gcc_debug_hooks *const save_hooks = debug_hooks; in synth_module_prologue()
1529 debug_hooks = &do_nothing_debug_hooks; in synth_module_prologue()
1765 debug_hooks = save_hooks; in synth_module_prologue()
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c1203 const struct gcc_debug_hooks *const save_hooks = debug_hooks; in synth_module_prologue()
1205 debug_hooks = &do_nothing_debug_hooks; in synth_module_prologue()
1211 debug_hooks = save_hooks; in synth_module_prologue()

12