Searched defs:BugDriver (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/bugpoint/
H A DBugDriver.cpp1 //===- BugDriver.cpp - Top-Level BugPoint class implementation ------------===//
16 #include "BugDriver.h"
50 void BugDriver::setNewProgram(Module *M) {
69 BugDriver::BugDriver(const char *toolname, bool find_bugs, function in class:BugDriver
77 BugDriver::~BugDriver() {
118 bool BugDriver::addSources(const std::vector<std::string> &Filenames) {
153 bool BugDriver::run(std::string &ErrMsg) {
H A DBugDriver.h1 //===- BugDriver.h - Top-Level BugPoint class -------------------*- C++ -*-===//
46 class BugDriver { class in namespace:llvm
65 BugDriver(const char *toolname, bool find_bugs,
68 ~BugDriver();
75 // command line arguments into instance variables of BugDriver.

Completed in 139 milliseconds