Searched refs:debug_map (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-inline.h162 hash_map<tree, tree> *debug_map; member in struct:copy_body_data
H A Dtree-inline.c210 if (!id->debug_map)
211 id->debug_map = new hash_map<tree, tree>;
213 id->debug_map->put (key, value);
2876 if (TREE_CODE (t) == PARM_DECL && id->debug_map
2877 && (n = id->debug_map->get (t)))
4577 dst = id->debug_map;
4578 id->debug_map = NULL;
4719 if (id->debug_map)
4721 delete id->debug_map;
4722 id->debug_map
[all...]
/haiku-buildtools/gcc/
H A Dconfigure6702 for debug_map in $withval; do
6703 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
/haiku-buildtools/binutils/
H A Dconfigure6770 for debug_map in $withval; do
6771 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"

Completed in 97 milliseconds