HomeSort by: relevance | last modified time | path
    Searched defs:compiler_path (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
lto-wrapper.cc 922 COMPILER_PATH. Return the name of the resultant object file. */
925 compile_offload_image (const char *target, const char *compiler_path,
941 unsigned n_paths = parse_env_var (compiler_path, &paths, suffix);
961 suffix + 1, compiler_path);
1025 const char *compiler_path = getenv ("COMPILER_PATH"); local
1026 if (!compiler_path)
1034 if (!compile_offload_image (names[i], compiler_path, in_argc, in_argv,
  /src/external/gpl3/gcc.old/dist/gcc/
lto-wrapper.cc 912 COMPILER_PATH. Return the name of the resultant object file. */
915 compile_offload_image (const char *target, const char *compiler_path,
930 unsigned n_paths = parse_env_var (compiler_path, &paths, suffix);
950 suffix + 1, compiler_path);
1013 const char *compiler_path = getenv ("COMPILER_PATH"); local
1014 if (!compiler_path)
1023 = compile_offload_image (names[i], compiler_path, in_argc, in_argv,

Completed in 64 milliseconds