HomeSort by relevance Sort by last modified time
    Searched refs:debugOptimizerCrash (Results 1 - 6 of 6) sorted by null

  /external/llvm/tools/bugpoint/
FindBugs.cpp 69 debugOptimizerCrash();
BugDriver.cpp 166 return debugOptimizerCrash();
BugDriver.h 92 /// debugOptimizerCrash - This method is called when some optimizer pass
96 bool debugOptimizerCrash(const std::string &ID = "passes");
OptimizerDriver.cpp 263 exit(debugOptimizerCrash());
Miscompilation.cpp 76 exit(BD.debugOptimizerCrash());
114 exit(BD.debugOptimizerCrash());
155 exit(BD.debugOptimizerCrash());
    [all...]
CrashDebugger.cpp 628 /// debugOptimizerCrash - This method is called when some pass crashes on input.
632 bool BugDriver::debugOptimizerCrash(const std::string &ID) {

Completed in 363 milliseconds