Searched refs:executeProgram (Results 1 - 2 of 2) 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));
H A DBugDriver.h169 /// executeProgram - This method runs "Program", capturing the output of the
172 std::string executeProgram(const Module *Program,

Completed in 66 milliseconds