HomeSort by relevance Sort by last modified time
    Searched refs:executeProgram (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 289 /// executeProgram - This method runs "Program", capturing the output of the
293 std::string BugDriver::executeProgram(const Module *Program,
342 int RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile,
377 return executeProgram(Program, OutputFile, "", "", SafeInterpreter, Error);
442 sys::Path Output(executeProgram(Program, "", BitcodeFile, SharedObject, 0,
BugDriver.h 169 /// executeProgram - This method runs "Program", capturing the output of the
172 std::string executeProgram(const Module *Program,

Completed in 1885 milliseconds