Home
last modified time | relevance | path

Searched refs:debug_nonbind_markers (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-low.cc117 if (!MAY_HAVE_DEBUG_MARKER_STMTS && cfun->debug_nonbind_markers) in lower_function_body()
122 cfun->debug_nonbind_markers = false; in lower_function_body()
312 gcc_checking_assert (cfun->debug_nonbind_markers); in lower_stmt()
Dfunction.h434 unsigned int debug_nonbind_markers : 1; member
Dfinal.cc2408 gcc_checking_assert (cfun->debug_nonbind_markers); in final_scan_insn_1()
2421 gcc_checking_assert (cfun->debug_nonbind_markers); in final_scan_insn_1()
2520 if (MAY_HAVE_DEBUG_MARKER_INSNS && cfun->debug_nonbind_markers) in final_scan_insn_1()
Dlto-streamer-in.cc1531 if (!cfun->debug_nonbind_markers in input_function()
1533 cfun->debug_nonbind_markers = true; in input_function()
Dfunction.cc4903 cfun->debug_nonbind_markers = lang_hooks.emits_begin_stmt in allocate_struct_function()
Dtree-inline.cc1522 ? !DECL_STRUCT_FUNCTION (id->dst_fn)->debug_nonbind_markers in remap_gimple_stmt()
Dcfgexpand.cc6839 cfun->debug_nonbind_markers = false; in execute()
Dvar-tracking.cc10019 if (cfun->debug_nonbind_markers) in reemit_marker_as_note()
DChangeLog-20201417 * tree-inline.c (remap_gimple_stmt): Drop debug_nonbind_markers when
1419 (copy_debug_stmt): Remove debug_nonbind_markers when inlining
1422 debug_nonbind_markers originating from removed inline functions.
DChangeLog-20173159 and debug_nonbind_markers flag.
3162 debug_nonbind_markers.
3194 depending on active options. Adjust debug_nonbind_markers.