Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:bcfile

208     FILE *bcfile = fopen(bcFilename.string(), "w");
209 if (!bcfile) {
213 size_t nwritten = fwrite(bitcode, 1, bitcodeSize, bcfile);
214 fclose(bcfile);