Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp124 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingGlobalVariables()
194 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingFunctions()
330 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingBlocks()
439 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingInstructions()
516 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingNamedMD()
586 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingNamedMDOps()
653 bool (*TestFn)(const BugDriver &, Module *), in ReduceGlobalInitializers()
707 bool (*TestFn)(const BugDriver &, Module *), in ReduceInsts()
789 bool (*TestFn)(const BugDriver &, Module *), in DebugACrash()
H A DMiscompilation.cpp185 bool (*F)(BugDriver &, std::unique_ptr<Module>, in ReduceMiscompilingFunctions()
298 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractLoops()
446 bool (*F)(BugDriver &, std::unique_ptr<Module>, in ReduceMiscompiledBlocks()
529 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractBlocks()
610 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, in DebugAMiscompilation()
H A DBugDriver.cpp70 BugDriver::BugDriver(const char *toolname, bool find_bugs, in BugDriver() function in BugDriver