Searched refs:label_name (Results 1 – 4 of 4) sorted by relevance
82 def __get_label(self, tst_dat, label_name): argument83 label = tst_dat.getElementsByTagName(label_name)[0].firstChild.data
9687 const char *label_name; in ia64_profile_hook() local9689 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()
16427 const char *label_name; in output_profile_hook() local16431 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() argument17980 tree branch_island = build_tree_list (function_name, label_name); in add_compiler_branch_island()
10700 (output_profile_hook): Declare label_name const.