Searched refs:UniqueFile (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp332 SmallString<128> UniqueFile; local
333 std::error_code EC = sys::fs::createUniqueFile(OutputFile, UniqueFile);
339 OutputFile = UniqueFile.str();
H A DToolRunner.cpp438 SmallString<128> UniqueFile; local
440 sys::fs::createUniqueFile(Bitcode + "-%%%%%%%" + Suffix, UniqueFile);
445 OutputAsmFile = UniqueFile.str();

Completed in 108 milliseconds