Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:UniqueFile

463   SmallString<128> UniqueFile;
465 sys::fs::createUniqueFile(Bitcode + "-%%%%%%%" + Suffix, UniqueFile);
470 OutputAsmFile = UniqueFile.str();