Home
last modified time | relevance | path

Searched refs:label_name (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/libstdc++/scripts/
Dmake_graph.py82 def __get_label(self, tst_dat, label_name): argument
83 label = tst_dat.getElementsByTagName(label_name)[0].firstChild.data
/freebsd-9-stable/contrib/gcc/config/ia64/
Dia64.c9687 const char *label_name; in ia64_profile_hook() local
9689 label_name = (*targetm.strip_name_encoding) (ggc_strdup (buf)); in ia64_profile_hook()
9690 label = gen_rtx_SYMBOL_REF (Pmode, label_name); in ia64_profile_hook()
/freebsd-9-stable/contrib/gcc/config/rs6000/
Drs6000.c16427 const char *label_name; in output_profile_hook() local
16431 label_name = (*targetm.strip_name_encoding) (ggc_strdup (buf)); in output_profile_hook()
16432 fun = gen_rtx_SYMBOL_REF (Pmode, label_name); in output_profile_hook()
17977 add_compiler_branch_island (tree label_name, tree function_name, in add_compiler_branch_island() argument
17980 tree branch_island = build_tree_list (function_name, label_name); in add_compiler_branch_island()
/freebsd-9-stable/contrib/gcc/
DChangeLog-200110700 (output_profile_hook): Declare label_name const.