Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:uniqueFile

448   sys::Path uniqueFile(Bitcode + Suffix);

450 if (uniqueFile.makeUnique(true, &ErrMsg)) {
454 OutputAsmFile = uniqueFile;
627 sys::Path uniqueFile(Bitcode+".cbe.c");
629 if (uniqueFile.makeUnique(true, &ErrMsg)) {
633 OutputCFile = uniqueFile;