Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:BugDriver

15 #include "BugDriver.h"
137 // BugDriver method implementation
143 bool BugDriver::initializeExecutionEnvironment() {
266 void BugDriver::compileProgram(Module *M, std::string *Error) const {
295 std::string BugDriver::executeProgram(const Module *Program,
379 std::string BugDriver::executeProgramSafely(const Module *Program,
385 std::string BugDriver::compileSharedObject(const std::string &BitcodeFile,
415 bool BugDriver::createReferenceFile(Module *M, const std::string &Filename) {
441 bool BugDriver::diffProgram(const Module *Program,
474 bool BugDriver::isExecutingJIT() {