Home
last modified time | relevance | path

Searched refs:UniqueFD (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp294 int UniqueFD; in executeProgram() local
296 OutputPrefix + "-test-program-%%%%%%%.bc", UniqueFD, UniqueFilename); in executeProgram()
304 if (writeProgramToFile(BitcodeFile, UniqueFD, Program)) { in executeProgram()