Lines Matching refs:outputFile
262 my ( $program, $commandline, $outputFile ) = @_;
274 if ( -s $outputFile ) {
275 print scalar dumpFile( "Output from $program", $outputFile );
351 my $outputFile = getname(".llvm-gcc.out");
359 "stkrc $stats -o $bytecodeFile $inputFile > $outputFile 2>&1",
360 $outputFile );
366 "llvm-gcc -emit-llvm -W -Wall -O2 $stats -o $bytecodeFile -c $inputFile > $outputFile 2>&1",
367 $outputFile );
378 my $outputFile = getname(".gccld.out");
385 "llvm-ld $stats -o=$tmpFile $bytecodeFile > $outputFile 2>&1",
386 $outputFile
402 "llvm-dis -o=$disassemblyFile $bytecodeFile > $outputFile 2>&1",
403 $outputFile );
456 unlink( $inputFile, $bytecodeFile, $outputFile, $disassemblyFile );