/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cgraphunit.cc | 649 resolve_alias (cgraph_node::get (alias_target), transparent_alias); in analyze() 712 (VAR_P (node->alias_target) in process_same_body_aliases() 713 ? (symtab_node *)varpool_node::get_create (node->alias_target) in process_same_body_aliases() 714 : (symtab_node *)cgraph_node::get_create (node->alias_target)); in process_same_body_aliases() 1534 node->alias_target = p->target; in handle_alias_pairs() 2246 if (node->alias_target) in output_weakrefs() 2247 target = (DECL_P (node->alias_target) in output_weakrefs() 2248 ? DECL_ASSEMBLER_NAME (node->alias_target) in output_weakrefs() 2249 : node->alias_target); in output_weakrefs() 2340 = (node->alias_target ? node->alias_target in compile()
|
H A D | opts.cc | 1602 if (option->alias_target < N_OPTS in print_filtered_help() 1603 && cl_options [option->alias_target].help) in print_filtered_help() 1605 const struct cl_option *target = cl_options + option->alias_target; in print_filtered_help() 1637 help, cl_options [option->alias_target].opt_text); in print_filtered_help() 1757 if (option->alias_target < N_OPTS in print_filtered_help() 1758 && option->alias_target != OPT_SPECIAL_warn_removed in print_filtered_help() 1759 && option->alias_target != OPT_SPECIAL_ignore in print_filtered_help() 1760 && option->alias_target != OPT_SPECIAL_input_file in print_filtered_help() 1761 && option->alias_target != OPT_SPECIAL_program_name in print_filtered_help() 1762 && option->alias_target != OPT_SPECIAL_unknown) in print_filtered_help() [all …]
|
H A D | opts-common.cc | 680 if (option->alias_target != N_OPTS in decode_cmdline_option() 683 size_t new_opt_index = option->alias_target; in decode_cmdline_option() 698 gcc_assert (new_option->alias_target == N_OPTS in decode_cmdline_option() 1867 if (cl_options[opt_index].alias_target != N_OPTS) in control_warning_option() 1873 opt_index = cl_options[opt_index].alias_target; in control_warning_option()
|
H A D | varpool.cc | 535 resolve_alias (varpool_node::get (alias_target)); in analyze() 784 alias_node->alias_target = decl; in create_alias()
|
H A D | symtab.cc | 916 if (alias_target) in dump_base() 918 DECL_P (alias_target) in dump_base() 920 (alias_target)) in dump_base() 921 : IDENTIFIER_POINTER (alias_target)); in dump_base() 1976 alias_target = NULL; in resolve_alias()
|
H A D | opts.h | 82 unsigned short alias_target; member
|
H A D | cgraph.h | 126 alias_target (NULL), lto_file_data (NULL), aux (NULL), in symtab_node() 630 tree alias_target; member 2707 if (alias_target) in get_alias_target_tree() 2708 return alias_target; in get_alias_target_tree()
|
H A D | multiple_target.cc | 101 inode->alias_target = resolver_decl; in create_dispatcher_calls()
|
H A D | omp-offload.cc | 227 while (node->alias_target in omp_discover_declare_target_tgt_fn_r() 228 && TREE_CODE (node->alias_target) == FUNCTION_DECL) in omp_discover_declare_target_tgt_fn_r() 238 node = symtab_node::get (node->alias_target); in omp_discover_declare_target_tgt_fn_r()
|
H A D | ipa-devirt.cc | 2389 struct cgraph_node *target_node, *alias_target; in maybe_record_node() local 2419 alias_target = target_node->ultimate_alias_target (&avail); in maybe_record_node() 2420 if (target_node != alias_target in maybe_record_node() 2423 target_node = alias_target; in maybe_record_node()
|
H A D | lto-cgraph.cc | 1326 node->alias_target = get_alias_symbol (node->decl); in input_node() 1396 node->alias_target = get_alias_symbol (node->decl); in input_varpool_node()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | opts.c | 1325 if (option->alias_target < N_OPTS in print_filtered_help() 1326 && cl_options [option->alias_target].help) in print_filtered_help() 1328 const struct cl_option *target = cl_options + option->alias_target; in print_filtered_help() 1360 help, cl_options [option->alias_target].opt_text); in print_filtered_help() 1480 if (option->alias_target < N_OPTS in print_filtered_help() 1481 && option->alias_target != OPT_SPECIAL_warn_removed in print_filtered_help() 1482 && option->alias_target != OPT_SPECIAL_ignore in print_filtered_help() 1483 && option->alias_target != OPT_SPECIAL_input_file in print_filtered_help() 1484 && option->alias_target != OPT_SPECIAL_program_name in print_filtered_help() 1485 && option->alias_target != OPT_SPECIAL_unknown) in print_filtered_help() [all …]
|
H A D | cgraphunit.c | 643 resolve_alias (cgraph_node::get (alias_target), transparent_alias); in analyze() 709 (VAR_P (node->alias_target) in process_same_body_aliases() 710 ? (symtab_node *)varpool_node::get_create (node->alias_target) in process_same_body_aliases() 711 : (symtab_node *)cgraph_node::get_create (node->alias_target)); in process_same_body_aliases() 1522 node->alias_target = p->target; in handle_alias_pairs() 2730 if (node->alias_target) in output_weakrefs() 2731 target = (DECL_P (node->alias_target) in output_weakrefs() 2732 ? DECL_ASSEMBLER_NAME (node->alias_target) in output_weakrefs() 2733 : node->alias_target); in output_weakrefs() 2825 = (node->alias_target ? node->alias_target in compile()
|
H A D | opts-common.c | 677 if (option->alias_target != N_OPTS in decode_cmdline_option() 680 size_t new_opt_index = option->alias_target; in decode_cmdline_option() 695 gcc_assert (new_option->alias_target == N_OPTS in decode_cmdline_option() 1670 if (cl_options[opt_index].alias_target != N_OPTS) in control_warning_option() 1676 opt_index = cl_options[opt_index].alias_target; in control_warning_option()
|
H A D | varpool.c | 526 resolve_alias (varpool_node::get (alias_target)); in analyze() 774 alias_node->alias_target = decl; in create_alias()
|
H A D | symtab.c | 874 if (alias_target) in dump_base() 876 DECL_P (alias_target) in dump_base() 878 (alias_target)) in dump_base() 879 : IDENTIFIER_POINTER (alias_target)); in dump_base() 1803 alias_target = NULL; in resolve_alias()
|
H A D | opts.h | 70 unsigned short alias_target; member
|
H A D | cgraph.h | 125 alias_target (NULL), lto_file_data (NULL), aux (NULL), in symtab_node() 615 tree alias_target; member 2728 if (alias_target) in get_alias_target_tree() 2729 return alias_target; in get_alias_target_tree()
|
H A D | multiple_target.c | 101 inode->alias_target = resolver_decl; in create_dispatcher_calls()
|
H A D | ipa-devirt.c | 2373 struct cgraph_node *target_node, *alias_target; 2403 alias_target = target_node->ultimate_alias_target (&avail); 2404 if (target_node != alias_target 2407 target_node = alias_target;
|
H A D | lto-cgraph.c | 1326 node->alias_target = get_alias_symbol (node->decl); in input_node() 1394 node->alias_target = get_alias_symbol (node->decl); in input_varpool_node()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-symtab.cc | 1003 if (!node->analyzed && node->alias_target) in lto_symtab_merge_symbols() 1005 symtab_node *tgt = symtab_node::get_for_asmname (node->alias_target); in lto_symtab_merge_symbols()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-symtab.c | 1003 if (!node->analyzed && node->alias_target) in lto_symtab_merge_symbols() 1005 symtab_node *tgt = symtab_node::get_for_asmname (node->alias_target); in lto_symtab_merge_symbols()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | decl.cc | 1898 fn = symtab_node::get (function)->alias_target; in finish_thunk()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | decl.cc | 1710 fn = symtab_node::get (function)->alias_target; in finish_thunk()
|