Searched refs:bytecodeFile (Results 1 - 1 of 1) sorted by relevance
/external/clang/www/demo/ |
H A D | index.cgi | 350 my $bytecodeFile = getname(".bc"); 359 "stkrc $stats -o $bytecodeFile $inputFile > $outputFile 2>&1", 366 "llvm-gcc -emit-llvm -W -Wall -O2 $stats -o $bytecodeFile -c $inputFile > $outputFile 2>&1", 385 "llvm-ld $stats -o=$tmpFile $bytecodeFile > $outputFile 2>&1", 388 system("mv $tmpFile.bc $bytecodeFile"); 398 print " Bytecode size is ", -s $bytecodeFile, " bytes.\n"; 402 "llvm-dis -o=$disassemblyFile $bytecodeFile > $outputFile 2>&1", 424 try_run( "llvm-bcanalyzer", "llvm-bcanalyzer $bytecodeFile > $analFile 2>&1", 429 try_run("llvm2cpp","llvm2cpp $bytecodeFile -o $l2cppFile 2>&1", 456 unlink( $inputFile, $bytecodeFile, [all...] |
Completed in 114 milliseconds