Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:bcfile

228     FILE *bcfile = fopen(bcFilename.string(), "w");
229 if (!bcfile) {
233 size_t nwritten = fwrite(bitcode, 1, bitcodeSize, bcfile);
234 fclose(bcfile);