OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
261
FILE *
bcfile
= fopen(bcFileName.string(), "w");
262
if (!
bcfile
) {
266
size_t nwritten = fwrite(bitcode, 1, bitcodeSize,
bcfile
);
267
fclose(
bcfile
);
[
all
...]
Completed in 129 milliseconds