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

/freebsd-13-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 = std::string(UniqueFile.str());
H A DToolRunner.cpp438 SmallString<128> UniqueFile; local
440 sys::fs::createUniqueFile(Bitcode + "-%%%%%%%" + Suffix, UniqueFile);
445 OutputAsmFile = std::string(UniqueFile.str());

Completed in 103 milliseconds