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

/freebsd-current/contrib/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp136 SmallString<128> UniqueFilename; local
138 OutputPrefix + "-output-%%%%%%%.bc", UniqueFilename);
144 OutputFilename = std::string(UniqueFilename);
H A DExecutionDriver.cpp293 SmallString<128> UniqueFilename; local
296 OutputPrefix + "-test-program-%%%%%%%.bc", UniqueFD, UniqueFilename);
302 BitcodeFile = std::string(UniqueFilename);
H A DToolRunner.cpp768 SmallString<128> UniqueFilename; local
770 InputFile + "-%%%%%%%" + LTDL_SHLIB_EXT, UniqueFilename);
775 OutputFile = std::string(UniqueFilename);

Completed in 117 milliseconds