Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:BugDriver

14 #include "BugDriver.h"
47 BugDriver &BD;
49 ReducePassList(BugDriver &bd) : BD(bd) {}
106 BugDriver &BD;
107 bool (*TestFn)(const BugDriver &, Module *);
109 ReduceCrashingGlobalVariables(BugDriver &bd,
110 bool (*testFn)(const BugDriver &, Module *))
176 BugDriver &BD;
177 bool (*TestFn)(const BugDriver &, Module *);
179 ReduceCrashingFunctions(BugDriver &bd,
180 bool (*testFn)(const BugDriver &, Module *))
249 BugDriver &BD;
250 bool (*TestFn)(const BugDriver &, Module *);
252 ReduceCrashingBlocks(BugDriver &bd,
253 bool (*testFn)(const BugDriver &, Module *))
358 BugDriver &BD;
359 bool (*TestFn)(const BugDriver &, Module *);
361 ReduceCrashingInstructions(BugDriver &bd,
362 bool (*testFn)(const BugDriver &, Module *))
435 static bool DebugACrash(BugDriver &BD,
436 bool (*TestFn)(const BugDriver &, Module *),
625 static bool TestForOptimizerCrash(const BugDriver &BD, Module *M) {
633 bool BugDriver::debugOptimizerCrash(const std::string &ID) {
653 static bool TestForCodeGenCrash(const BugDriver &BD, Module *M) {
667 bool BugDriver::debugCodeGeneratorCrash(std::string &Error) {