Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:UniqueFile

479   SmallString<128> UniqueFile;
481 sys::fs::createUniqueFile(Bitcode + "-%%%%%%%" + Suffix, UniqueFile);
486 OutputAsmFile = UniqueFile.str();