HomeSort by relevance Sort by last modified time
    Searched refs:bcfile (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/
findmisopt 20 # findmisopt bcfile outdir progargs [match]
23 # bcfile
38 echo "usage: findmisopt bcfile outdir progargs [match]"
52 bcfile="$1"
60 name=`basename $bcfile .bc`
93 llvm-dis "$bcfile" -o "$ll" -f || exit 1
96 llc "$bcfile" -o "$s" -f || exit 1
104 opt $switches_to_use "$bcfile" -o "$optbc" -f || exit
173 bpcmd="$bugpoint -run-llc -disable-loop-extraction --output "$out" --input /dev/null $bcfile $final --args $args"
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 152 FILE *bcfile = fopen(bcFileName.c_str(), "w"); local
153 if (!bcfile) {
157 size_t nwritten = fwrite(bitcode, 1, bitcodeSize, bcfile);
158 fclose(bcfile);
    [all...]

Completed in 443 milliseconds