Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DMiscompilation.cpp193 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 DBugDriver.cpp78 BugDriver::BugDriver(const char *toolname, bool find_bugs, unsigned timeout, in BugDriver() function in BugDriver