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

  /external/llvm/tools/bugpoint/
BugDriver.cpp 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)
    [all...]
BugDriver.h 1 //===- BugDriver.h - Top-Level BugPoint class -------------------*- C++ -*-===//
47 class BugDriver {
66 BugDriver(const char *toolname, bool find_bugs,
69 ~BugDriver();
76 // command line arguments into instance variables of BugDriver.
154 /// method to update bugdriver with it. This deletes the old module and sets
  /external/swiftshader/third_party/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() {
114 bool BugDriver::addSources(const std::vector<std::string> &Filenames) {
149 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
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
BugDriver.cpp 1 //===- BugDriver.cpp - Top-Level BugPoint class implementation ------------===//
16 #include "BugDriver.h"
59 /// bugdriver with it. This deletes the old module and sets the specified one
61 void BugDriver::setNewProgram(std::unique_ptr<Module> M) {
79 BugDriver::BugDriver(const char *toolname, bool find_bugs, unsigned timeout,
86 BugDriver::~BugDriver() {
122 std::unique_ptr<Module> BugDriver::swapProgramIn(std::unique_ptr<Module> M) {
133 bool BugDriver::addSources(const std::vector<std::string> &Filenames)
    [all...]
BugDriver.h 1 //===- BugDriver.h - Top-Level BugPoint class -------------------*- C++ -*-===//
49 class BugDriver {
68 BugDriver(const char *toolname, bool find_bugs, unsigned timeout,
70 ~BugDriver();
77 // command line arguments into instance variables of BugDriver.
145 /// bugdriver with it. This deletes the old module and sets the specified one

Completed in 164 milliseconds