Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:BugDriver

14 #include "BugDriver.h"
47 BugDriver &BD;
49 ReducePassList(BugDriver &bd) : BD(bd) {}
108 BugDriver &BD;
109 bool (*TestFn)(const BugDriver &, Module *);
111 ReduceCrashingGlobalVariables(BugDriver &bd,
112 bool (*testFn)(const BugDriver &, Module *))
178 BugDriver &BD;
179 bool (*TestFn)(const BugDriver &, Module *);
181 ReduceCrashingFunctions(BugDriver &bd,
182 bool (*testFn)(const BugDriver &, Module *))
251 BugDriver &BD;
252 bool (*TestFn)(const BugDriver &, Module *);
254 ReduceCrashingBlocks(BugDriver &bd,
255 bool (*testFn)(const BugDriver &, Module *))
360 BugDriver &BD;
361 bool (*TestFn)(const BugDriver &, Module *);
363 ReduceCrashingInstructions(BugDriver &bd,
364 bool (*testFn)(const BugDriver &, Module *))
436 static bool DebugACrash(BugDriver &BD,
437 bool (*TestFn)(const BugDriver &, Module *),
626 static bool TestForOptimizerCrash(const BugDriver &BD, Module *M) {
634 bool BugDriver::debugOptimizerCrash(const std::string &ID) {
654 static bool TestForCodeGenCrash(const BugDriver &BD, Module *M) {
668 bool BugDriver::debugCodeGeneratorCrash(std::string &Error) {