Searched defs:executeProgram (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/bugpoint/
H A DExecutionDriver.cpp291 /// executeProgram - This method runs "Program", capturing the output of the
295 std::string BugDriver::executeProgram(const Module *Program, function in class:BugDriver
382 return executeProgram(Program, OutputFile, "", "", SafeInterpreter, Error);
448 executeProgram(Program, "", BitcodeFile, SharedObject, nullptr, ErrMsg));

Completed in 235 milliseconds