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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp664 SmallString<128> OutputBinary; local
666 sys::fs::createUniqueFile(ProgramFile + "-%%%%%%%.cc.exe", OutputBinary);
671 CCArgs.push_back(OutputBinary); // Output to the right file...
701 ProgramArgs.push_back(OutputBinary);
723 Exec += OutputBinary.c_str();
740 FileRemover OutputBinaryRemover(OutputBinary.str(), !SaveTemps);
745 int ExitCode = RunProgramWithTimeout(OutputBinary.str(), ProgramArgs,

Completed in 116 milliseconds