Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:BugDriver

1 //===- BugDriver.cpp - Top-Level BugPoint class implementation ------------===//
16 #include "BugDriver.h"
49 /// to update bugdriver with it. This deletes the old module and sets the
51 void BugDriver::setNewProgram(Module *M) {
70 BugDriver::BugDriver(const char *toolname, bool find_bugs,
78 BugDriver::~BugDriver() {
120 bool BugDriver::addSources(const std::vector<std::string> &Filenames) {
150 bool BugDriver::run(std::string &ErrMsg) {