Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DFindBugs.cpp69 debugOptimizerCrash(); in runManyPasses()
DMiscompilation.cpp77 exit(BD.debugOptimizerCrash()); in doTest()
115 exit(BD.debugOptimizerCrash()); in doTest()
157 exit(BD.debugOptimizerCrash()); in doTest()
706 return BD.debugOptimizerCrash(); in TestOptimizer()
DBugDriver.cpp167 return debugOptimizerCrash(); in run()
DBugDriver.h97 bool debugOptimizerCrash(const std::string &ID = "passes");
DCrashDebugger.cpp884 bool BugDriver::debugOptimizerCrash(const std::string &ID) { in debugOptimizerCrash() function in BugDriver
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DFindBugs.cpp68 debugOptimizerCrash(); in runManyPasses()
DBugDriver.cpp166 return debugOptimizerCrash(); in run()
DBugDriver.h96 bool debugOptimizerCrash(const std::string &ID = "passes");
DMiscompilation.cpp76 exit(BD.debugOptimizerCrash()); in doTest()
114 exit(BD.debugOptimizerCrash()); in doTest()
155 exit(BD.debugOptimizerCrash()); in doTest()
DOptimizerDriver.cpp252 exit(debugOptimizerCrash()); in runPassesOn()
DCrashDebugger.cpp629 bool BugDriver::debugOptimizerCrash(const std::string &ID) { in debugOptimizerCrash() function in BugDriver
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DFindBugs.cpp59 return debugOptimizerCrash(); in runManyPasses()
DMiscompilation.cpp77 if (Error E = BD.debugOptimizerCrash()) in doTest()
119 if (Error E = BD.debugOptimizerCrash()) in doTest()
164 if (Error E = BD.debugOptimizerCrash()) in doTest()
711 if (Error E = BD.debugOptimizerCrash()) in TestOptimizer()
DBugDriver.h96 Error debugOptimizerCrash(const std::string &ID = "passes");
DBugDriver.cpp180 return debugOptimizerCrash(); in run()
DCrashDebugger.cpp1185 Error BugDriver::debugOptimizerCrash(const std::string &ID) { in debugOptimizerCrash() function in BugDriver