Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:bcfile

256     FILE *bcfile = fopen(bcFileName.string(), "w");
257 if (!bcfile) {
261 size_t nwritten = fwrite(bitcode, 1, bitcodeSize, bcfile);
262 fclose(bcfile);