Searched refs:debugOptimizerCrash (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DFindBugs.cpp68 debugOptimizerCrash();
H A DBugDriver.cpp166 return debugOptimizerCrash();
H A DBugDriver.h92 /// debugOptimizerCrash - This method is called when some optimizer pass
96 bool debugOptimizerCrash(const std::string &ID = "passes");
H A DOptimizerDriver.cpp254 exit(debugOptimizerCrash());
H A DMiscompilation.cpp76 exit(BD.debugOptimizerCrash());
114 exit(BD.debugOptimizerCrash());
155 exit(BD.debugOptimizerCrash());
H A DCrashDebugger.cpp630 /// debugOptimizerCrash - This method is called when some pass crashes on input.
634 bool BugDriver::debugOptimizerCrash(const std::string &ID) { function in class:BugDriver

Completed in 117 milliseconds