Home
last modified time | relevance | path

Searched refs:bytecodeFile (Results 1 – 2 of 2) sorted by relevance

/external/clang/www/demo/
Dindex.cgi350 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, $outputFile, $disassemblyFile );
/external/llvm-project/clang/www/demo/
Dindex.cgi350 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, $outputFile, $disassemblyFile );