Lines Matching defs:compiler
248 be deferred to the compiler proper. Options that
698 /* Append compiler driver arguments as far as they were merged. */
768 /* Append compiler driver arguments as far as they were merged. */
800 /* Append linker driver arguments. Compiler options from the linker
801 driver arguments will override / merge with those from the compiler. */
837 /* Extract options for TARGET offload compiler from OPTIONS and append
932 const char *compiler = NULL;
936 compiler = paths[i];
940 if (!compiler && getenv (OFFLOAD_TARGET_DEFAULT_ENV))
947 if (!compiler)
962 obstack_ptr_grow (&argv_obstack, compiler);
982 options we expect offload compiler to choose the latest. */