Searched defs:BugDriver (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 193 Expected<bool> (*F)(BugDriver &, in ReduceMiscompilingFunctions() 307 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractLoops() 454 Expected<bool> (*F)(BugDriver &, in ReduceMiscompiledBlocks() 539 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractBlocks() 617 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, in DebugAMiscompilation()
|
H A D | BugDriver.cpp | 78 BugDriver::BugDriver(const char *toolname, bool find_bugs, unsigned timeout, in BugDriver() function in BugDriver
|