Lines Matching refs:Compiler
3 # The LLVM Compiler Infrastructure
25 # Compiler command setup.
28 my $Compiler;
43 $Compiler = $ENV{'CCC_CXX'};
44 if (!defined $Compiler || ! -x $Compiler) { $Compiler = $DefaultCXXCompiler; }
52 $Compiler = $ENV{'CCC_CC'};
53 if (!defined $Compiler || ! -x $Compiler) { $Compiler = $DefaultCCompiler; }
129 `$Compiler -v >> $PPFile.info.txt 2>&1`;
431 my $Status = system($Compiler,@ARGV);
433 print STDERR "$Compiler @ARGV\n";
492 # Options with possible arguments that should pass through to compiler.
513 # Options with possible arguments that should pass through to both compiler
594 # Get the compiler/link mode.