Home
last modified time | relevance | path

Searched refs:debug_map (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-inline.cc3235 && id->debug_map in copy_debug_stmt()
3236 && (n = id->debug_map->get (t))) in copy_debug_stmt()
3530 if (!id->debug_map) in setup_one_parameter()
3531 id->debug_map = new hash_map<tree, tree>; in setup_one_parameter()
3532 id->debug_map->put (p, var); in setup_one_parameter()
4972 dst = id->debug_map; in expand_call_inline()
4973 id->debug_map = NULL; in expand_call_inline()
5142 && !(id->debug_map && id->debug_map->get (p))) in expand_call_inline()
5178 if (id->debug_map) in expand_call_inline()
5180 delete id->debug_map; in expand_call_inline()
[all …]
H A Dtree-inline.h153 hash_map<tree, tree> *debug_map; member
H A DChangeLog-200911691 (expand_call_inline): Preserve debug_map.
11693 (unsave_expr_now): Preserve debug_map.
11696 Init and destroy debug_map as needed. Split edges unconditionally.
11697 (build_duplicate_type): Init and destroy debug_map as needed.
11699 (struct copy_body_data): Add debug_stmts and debug_map.
H A DChangeLog-202127703 * tree-inline.h (debug_map): Minor tweak.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-inline.h156 hash_map<tree, tree> *debug_map; member
H A Dtree-inline.c169 if (!id->debug_map) in insert_debug_decl_map()
170 id->debug_map = new hash_map<tree, tree>; in insert_debug_decl_map()
172 id->debug_map->put (key, value); in insert_debug_decl_map()
3198 if (TREE_CODE (t) == PARM_DECL && id->debug_map in copy_debug_stmt()
3199 && (n = id->debug_map->get (t))) in copy_debug_stmt()
4910 dst = id->debug_map; in expand_call_inline()
4911 id->debug_map = NULL; in expand_call_inline()
5141 if (id->debug_map) in expand_call_inline()
5143 delete id->debug_map; in expand_call_inline()
5144 id->debug_map = dst; in expand_call_inline()
[all …]
/netbsd-src/external/gpl3/gcc/dist/
H A Dconfigure.ac2540 for debug_map in $withval; do
2541 … DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
H A Dconfigure9351 for debug_map in $withval; do
9352 … DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
/netbsd-src/external/gpl3/binutils.old/dist/
H A Dconfigure.ac2426 for debug_map in $withval; do
2427 … DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
H A Dconfigure7112 for debug_map in $withval; do
7113 … DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
/netbsd-src/external/gpl3/gcc.old/dist/
H A Dconfigure.ac2443 for debug_map in $withval; do
2444 … DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
H A Dconfigure6938 for debug_map in $withval; do
6939 … DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
/netbsd-src/external/gpl3/binutils/dist/
H A Dconfigure.ac2674 for debug_map in $withval; do
2675 … DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
H A Dconfigure9544 for debug_map in $withval; do
9545 … DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"