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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DFindBugs.cpp58 return debugOptimizerCrash();
H A DBugDriver.cpp179 return debugOptimizerCrash();
H A DBugDriver.h91 /// debugOptimizerCrash - This method is called when some optimizer pass
95 Error debugOptimizerCrash(const std::string &ID = "passes");
H A DMiscompilation.cpp76 if (Error E = BD.debugOptimizerCrash())
118 if (Error E = BD.debugOptimizerCrash())
163 if (Error E = BD.debugOptimizerCrash())
710 if (Error E = BD.debugOptimizerCrash())
H A DCrashDebugger.cpp1371 /// debugOptimizerCrash - This method is called when some pass crashes on input.
1375 Error BugDriver::debugOptimizerCrash(const std::string &ID) { function in class:BugDriver

Completed in 62 milliseconds