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

/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.h55 /// ExecuteProgram - Execute the program specified by "ProgramFile" (which is
62 int ExecuteProgram(const std::string &ProgramFile,
H A DToolRunner.cpp643 int GCC::ExecuteProgram(const std::string &ProgramFile, argument
680 GCCArgs.push_back(ProgramFile.c_str()); // Specify the input filename.
685 sys::Path OutputBinary (ProgramFile+".gcc.exe");

Completed in 155 milliseconds