Home
last modified time | relevance | path

Searched refs:debugOptimizerCrash (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/tools/bugpoint/
H A DFindBugs.cpp58 return debugOptimizerCrash(); in runManyPasses()
H A DMiscompilation.cpp76 if (Error E = BD.debugOptimizerCrash()) in doTest()
118 if (Error E = BD.debugOptimizerCrash()) in doTest()
163 if (Error E = BD.debugOptimizerCrash()) in doTest()
713 if (Error E = BD.debugOptimizerCrash()) in TestOptimizer()
H A DBugDriver.h92 Error debugOptimizerCrash(const std::string &ID = "passes");
H A DBugDriver.cpp179 return debugOptimizerCrash(); in run()
H A DCrashDebugger.cpp1376 Error BugDriver::debugOptimizerCrash(const std::string &ID) { in debugOptimizerCrash() function in BugDriver