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 298 /// executeProgram - This method runs "Program", capturing the output of the
302 std::string BugDriver::executeProgram(const Module *Program,
354 int RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile,
389 return executeProgram(Program, OutputFile, "", "", SafeInterpreter, Error);
455 executeProgram(Program, "", BitcodeFile, SharedObject, nullptr, ErrMsg));
BugDriver.h 170 /// executeProgram - This method runs "Program", capturing the output of the
173 std::string executeProgram(const Module *Program,

Completed in 40 milliseconds