Home | History | Annotate | Download | only in utils

Lines Matching refs:backend

10 $Backend = 'cbe';
21 if ($ARGV[$i] =~ /-mllvm-backend=([a-z0-9]*)/) {
22 $Backend = $1;
75 $def =~ s/\.bc$/.$Backend/;
108 my ($BCFile, $Backend, $OutputFile) = @_;
111 if ($Backend eq 'cbe') {
118 } elsif ($Backend eq 'llc') {
134 my ($LLVMGCCCommand, $Backend, $OutputFile) = @_;
146 if ($Backend eq 'cbe') {
149 } elsif ($Backend eq 'llc') {
168 CompileBytecodeToNative ($LinkedBCFile, $Backend, $OutputFile);
172 CompileCToNative ($LLVMGCCCommand, $Backend, $OutputFile);
205 except -mllvm-backend=... are passed on to llvm-gcc.
209 =item -mllvm-backend=BACKEND
211 Use BACKEND for native code generation.