Searched defs:BugDriver (Results 1 – 3 of 3) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 110 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingGlobalVariables() 180 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingFunctions() 253 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingBlocks() 361 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingInstructions() 434 bool (*TestFn)(const BugDriver &, Module *), in DebugACrash()
|
H A D | Miscompilation.cpp | 182 bool (*F)(BugDriver &, Module *, Module *, in ReduceMiscompilingFunctions() 302 bool (*TestFn)(BugDriver &, Module *, Module *, in ExtractLoops() 452 bool (*F)(BugDriver &, Module *, Module *, in ReduceMiscompiledBlocks() 543 bool (*TestFn)(BugDriver &, Module *, Module *, in ExtractBlocks() 626 bool (*TestFn)(BugDriver &, Module *, Module *, in DebugAMiscompilation()
|
H A D | BugDriver.cpp | 69 BugDriver::BugDriver(const char *toolname, bool find_bugs, in BugDriver() function in BugDriver
|