Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-param-manipulation.c244 vec<tree, va_gc> **debug_args = NULL; in ipa_modify_call_arguments() local
415 if (debug_args == NULL) in ipa_modify_call_arguments()
416 debug_args = decl_debug_args_insert (callee_decl); in ipa_modify_call_arguments()
417 for (ix = 0; vec_safe_iterate (*debug_args, ix, &ddecl); ix += 2) in ipa_modify_call_arguments()
420 ddecl = (**debug_args)[ix + 1]; in ipa_modify_call_arguments()
430 vec_safe_push (*debug_args, origin); in ipa_modify_call_arguments()
431 vec_safe_push (*debug_args, ddecl); in ipa_modify_call_arguments()
H A Dipa-split.c1489 vec<tree, va_gc> **debug_args = NULL; in split_function() local
1493 debug_args = decl_debug_args_lookup (node->decl); in split_function()
1494 if (debug_args) in split_function()
1495 len = vec_safe_length (*debug_args); in split_function()
1509 if (!MAY_HAVE_DEBUG_BIND_STMTS || debug_args == NULL) in split_function()
1512 while (i < len && (**debug_args)[i] != DECL_ORIGIN (parm)) in split_function()
1516 ddecl = (**debug_args)[i + 1]; in split_function()
H A Dtree-inline.c2919 if (debug_args != NULL) in copy_debug_stmt()
2922 if ((**debug_args)[i] == DECL_ORIGIN (t) in copy_debug_stmt()
2925 t = (**debug_args)[i + 1]; in copy_debug_stmt()
6144 vec<tree, va_gc> **debug_args = NULL; in tree_function_versioning() local
6152 if (debug_args == NULL) in tree_function_versioning()
6154 debug_args = decl_debug_args_insert (new_decl); in tree_function_versioning()
6155 len = vec_safe_length (*debug_args); in tree_function_versioning()
6162 vec_safe_push (*debug_args, ddecl); in tree_function_versioning()
6164 if (debug_args != NULL) in tree_function_versioning()
6179 i = vec_safe_length (*debug_args); in tree_function_versioning()
[all …]
H A Dcgraph.c1443 vec<tree, va_gc> **debug_args in redirect_call_stmt_to_callee() local
1446 if (debug_args && old_decl) in redirect_call_stmt_to_callee()
1450 unsigned len = vec_safe_length (*debug_args); in redirect_call_stmt_to_callee()
1460 while (i < len && (**debug_args)[i] != DECL_ORIGIN (parm)) in redirect_call_stmt_to_callee()
1466 && (**debug_args)[i] != DECL_ORIGIN (parm)) in redirect_call_stmt_to_callee()
1471 tree ddecl = (**debug_args)[i + 1]; in redirect_call_stmt_to_callee()
H A Dcfgexpand.c2687 vec<tree, va_gc> **debug_args = decl_debug_args_lookup (decl); in expand_call_stmt() local
2691 if (debug_args) in expand_call_stmt()
2692 for (ix = 1; (*debug_args)->iterate (ix, &dtemp); ix += 2) in expand_call_stmt()
5228 vec<tree, va_gc> **debug_args; in expand_debug_source_expr() local
5231 debug_args = decl_debug_args_lookup (current_function_decl); in expand_debug_source_expr()
5232 if (debug_args != NULL) in expand_debug_source_expr()
5234 for (ix = 0; vec_safe_iterate (*debug_args, ix, &ddecl); in expand_debug_source_expr()
H A Dvar-tracking.c6506 vec<tree, va_gc> **debug_args = decl_debug_args_lookup (fndecl); in prepare_call_arguments() local
6507 if (debug_args) in prepare_call_arguments()
6511 for (ix = 0; vec_safe_iterate (*debug_args, ix, &param); ix += 2) in prepare_call_arguments()
6514 tree dtemp = (**debug_args)[ix + 1]; in prepare_call_arguments()
/dragonfly/contrib/gdb-7/gdb/
H A Dauto-load.c448 va_list debug_args; in file_is_auto_load_safe() local
450 va_start (debug_args, debug_fmt); in file_is_auto_load_safe()
451 vfprintf_unfiltered (gdb_stdlog, debug_fmt, debug_args); in file_is_auto_load_safe()
452 va_end (debug_args); in file_is_auto_load_safe()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-prop.c2423 VEC(tree, gc) **debug_args = NULL; in ipa_modify_call_arguments()
2554 if (debug_args == NULL) in ipa_modify_call_arguments()
2555 debug_args = decl_debug_args_insert (callee_decl); in ipa_modify_call_arguments()
2556 for (ix = 0; VEC_iterate (tree, *debug_args, ix, ddecl); ix += 2) in ipa_modify_call_arguments()
2559 ddecl = VEC_index (tree, *debug_args, ix + 1); in ipa_modify_call_arguments()
2569 VEC_safe_push (tree, gc, *debug_args, origin); in ipa_modify_call_arguments()
2570 VEC_safe_push (tree, gc, *debug_args, ddecl); in ipa_modify_call_arguments()
H A Dcfgexpand.c2063 VEC(tree, gc) **debug_args = decl_debug_args_lookup (decl); in expand_call_stmt()
2067 if (debug_args) in expand_call_stmt()
2068 for (ix = 1; VEC_iterate (tree, *debug_args, ix, dtemp); ix += 2) in expand_call_stmt()
3578 VEC(tree, gc) **debug_args; in expand_debug_source_expr()
3588 debug_args = decl_debug_args_lookup (current_function_decl); in expand_debug_source_expr()
3589 if (debug_args != NULL) in expand_debug_source_expr()
3591 for (ix = 0; VEC_iterate (tree, *debug_args, ix, ddecl); in expand_debug_source_expr()
H A Dvar-tracking.c5908 VEC(tree, gc) **debug_args = decl_debug_args_lookup (fndecl); in prepare_call_arguments()
5909 if (debug_args) in prepare_call_arguments()
5913 for (ix = 0; VEC_iterate (tree, *debug_args, ix, param); ix += 2) in prepare_call_arguments()
5916 tree dtemp = VEC_index (tree, *debug_args, ix + 1); in prepare_call_arguments()