Home
last modified time | relevance | path

Searched refs:lto_wrapper_num_args (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/lto-plugin/
H A Dlto-plugin.c155 static int lto_wrapper_num_args; variable
607 unsigned num_lto_args = num_claimed_files + lto_wrapper_num_args + 1; in all_symbols_read_handler()
627 for (i = 0; i < lto_wrapper_num_args; i++) in all_symbols_read_handler()
970 lto_wrapper_num_args += 1; in process_option()
971 size = lto_wrapper_num_args * sizeof (char *); in process_option()
973 lto_wrapper_argv[lto_wrapper_num_args - 1] = opt; in process_option()
/dflybsd-src/contrib/gcc-8.0/lto-plugin/
H A Dlto-plugin.c178 static int lto_wrapper_num_args; variable
640 unsigned num_lto_args = num_claimed_files + lto_wrapper_num_args + 3; in all_symbols_read_handler()
661 for (i = 0; i < lto_wrapper_num_args; i++) in all_symbols_read_handler()
1156 lto_wrapper_num_args += 1; in process_option()
1157 size = lto_wrapper_num_args * sizeof (char *); in process_option()
1159 lto_wrapper_argv[lto_wrapper_num_args - 1] = opt; in process_option()