Searched refs:compiler_path (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-wrapper.cc | 915 compile_offload_image (const char *target, const char *compiler_path, in compile_offload_image() argument 930 unsigned n_paths = parse_env_var (compiler_path, &paths, suffix); in compile_offload_image() 950 suffix + 1, compiler_path); in compile_offload_image() 1013 const char *compiler_path = getenv ("COMPILER_PATH"); in compile_images_for_offload_targets() local 1014 if (!compiler_path) in compile_images_for_offload_targets() 1023 = compile_offload_image (names[i], compiler_path, in_argc, in_argv, in compile_images_for_offload_targets()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-wrapper.c | 877 compile_offload_image (const char *target, const char *compiler_path, in compile_offload_image() argument 893 unsigned n_paths = parse_env_var (compiler_path, &paths, suffix); in compile_offload_image() 906 suffix + 1, compiler_path); in compile_offload_image() 966 const char *compiler_path = getenv ("COMPILER_PATH"); in compile_images_for_offload_targets() local 967 if (!compiler_path) in compile_images_for_offload_targets() 981 = compile_offload_image (names[i], compiler_path, in_argc, in_argv, in compile_images_for_offload_targets()
|