Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/lto-plugin/
H A Dlto-plugin.c188 static int lto_wrapper_num_args; variable
725 unsigned num_lto_args = num_claimed_files + lto_wrapper_num_args + 2 in all_symbols_read_handler()
747 for (i = 0; i < lto_wrapper_num_args; i++) in all_symbols_read_handler()
1346 lto_wrapper_num_args += 1; in process_option()
1347 size = lto_wrapper_num_args * sizeof (char *); in process_option()
1349 lto_wrapper_argv[lto_wrapper_num_args - 1] = opt; in process_option()
/netbsd-src/external/gpl3/gcc/dist/lto-plugin/
H A Dlto-plugin.c188 static int lto_wrapper_num_args; variable
729 = num_claimed_files + lto_wrapper_num_args + 2 in all_symbols_read_handler()
760 for (i = 0; i < lto_wrapper_num_args; i++) in all_symbols_read_handler()
1373 lto_wrapper_num_args += 1; in process_option()
1374 size = lto_wrapper_num_args * sizeof (char *); in process_option()
1376 lto_wrapper_argv[lto_wrapper_num_args - 1] = opt; in process_option()
H A DChangeLog1115 lto_wrapper_num_args): New.