Home
last modified time | relevance | path

Searched defs:BugDriver (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/bugpoint/
DCrashDebugger.cpp110 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingGlobalVariables()
180 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingFunctions()
253 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingBlocks()
362 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingInstructions()
435 bool (*TestFn)(const BugDriver &, Module *), in DebugACrash()
DMiscompilation.cpp181 bool (*F)(BugDriver &, Module *, Module *, in ReduceMiscompilingFunctions()
305 bool (*TestFn)(BugDriver &, Module *, Module *, in ExtractLoops()
465 bool (*F)(BugDriver &, Module *, Module *, in ReduceMiscompiledBlocks()
555 bool (*TestFn)(BugDriver &, Module *, Module *, in ExtractBlocks()
643 bool (*TestFn)(BugDriver &, Module *, Module *, in DebugAMiscompilation()
DBugDriver.cpp69 BugDriver::BugDriver(const char *toolname, bool find_bugs, in BugDriver() function in BugDriver