Searched defs:BugDriver (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 112 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingGlobalVariables() 182 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingFunctions() 255 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingBlocks() 364 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingInstructions() 437 bool (*TestFn)(const BugDriver &, Module *), in DebugACrash()
|
D | Miscompilation.cpp | 181 bool (*F)(BugDriver &, Module *, Module *, in ReduceMiscompilingFunctions() 305 bool (*TestFn)(BugDriver &, Module *, Module *, in ExtractLoops() 430 bool (*F)(BugDriver &, Module *, Module *, in ReduceMiscompiledBlocks() 520 bool (*TestFn)(BugDriver &, Module *, Module *, in ExtractBlocks() 608 bool (*TestFn)(BugDriver &, Module *, Module *, in DebugAMiscompilation()
|
D | BugDriver.cpp | 69 BugDriver::BugDriver(const char *toolname, bool find_bugs, in BugDriver() function in BugDriver
|