HomeSort by relevance Sort by last modified time
    Searched defs:BugDriver (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/bugpoint/
BugDriver.cpp 1 //===- BugDriver.cpp - Top-Level BugPoint class implementation ------------===//
16 #include "BugDriver.h"
48 /// to update bugdriver with it. This deletes the old module and sets the
50 void BugDriver::setNewProgram(Module *M) {
69 BugDriver::BugDriver(const char *toolname, bool find_bugs,
77 BugDriver::~BugDriver() {
118 bool BugDriver::addSources(const std::vector<std::string> &Filenames) {
153 bool BugDriver::run(std::string &ErrMsg)
    [all...]
BugDriver.h 1 //===- BugDriver.h - Top-Level BugPoint class -------------------*- C++ -*-===//
46 class BugDriver {
65 BugDriver(const char *toolname, bool find_bugs,
68 ~BugDriver();
75 // command line arguments into instance variables of BugDriver.
159 /// method to update bugdriver with it. This deletes the old module and sets

Completed in 432 milliseconds