Home
last modified time | relevance | path

Searched refs:executeProgram (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DExecutionDriver.cpp294 Expected<std::string> BugDriver::executeProgram(const Module &Program, in executeProgram() function in BugDriver
378 return executeProgram(Program, OutputFile, "", "", SafeInterpreter); in executeProgramSafely()
439 executeProgram(Program, "", BitcodeFile, SharedObject, nullptr); in diffProgram()
DBugDriver.h155 Expected<std::string> executeProgram(const Module &Program,
/external/llvm/tools/bugpoint/
DExecutionDriver.cpp302 std::string BugDriver::executeProgram(const Module *Program, in executeProgram() function in BugDriver
389 return executeProgram(Program, OutputFile, "", "", SafeInterpreter, Error); in executeProgramSafely()
455 executeProgram(Program, "", BitcodeFile, SharedObject, nullptr, ErrMsg)); in diffProgram()
DBugDriver.h167 std::string executeProgram(const Module *Program,
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DExecutionDriver.cpp337 std::string BugDriver::executeProgram(const Module *Program, in executeProgram() function in BugDriver
421 return executeProgram(Program, OutputFile, "", "", SafeInterpreter, Error); in executeProgramSafely()
486 sys::Path Output(executeProgram(Program, "", BitcodeFile, SharedObject, 0, in diffProgram()
DBugDriver.h172 std::string executeProgram(const Module *Program,