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

  /external/llvm/tools/bugpoint/
FindBugs.cpp 69 debugOptimizerCrash();
BugDriver.cpp 167 return debugOptimizerCrash();
BugDriver.h 93 /// debugOptimizerCrash - This method is called when some optimizer pass
97 bool debugOptimizerCrash(const std::string &ID = "passes");
Miscompilation.cpp 77 exit(BD.debugOptimizerCrash());
115 exit(BD.debugOptimizerCrash());
157 exit(BD.debugOptimizerCrash());
706 return BD.debugOptimizerCrash();
    [all...]
CrashDebugger.cpp 880 /// debugOptimizerCrash - This method is called when some pass crashes on input.
884 bool BugDriver::debugOptimizerCrash(const std::string &ID) {
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
FindBugs.cpp 68 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 252 exit(debugOptimizerCrash());
Miscompilation.cpp 76 exit(BD.debugOptimizerCrash());
114 exit(BD.debugOptimizerCrash());
155 exit(BD.debugOptimizerCrash());
    [all...]
CrashDebugger.cpp 625 /// debugOptimizerCrash - This method is called when some pass crashes on input.
629 bool BugDriver::debugOptimizerCrash(const std::string &ID) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
FindBugs.cpp 59 return debugOptimizerCrash();
BugDriver.cpp 180 return debugOptimizerCrash();
BugDriver.h 92 /// debugOptimizerCrash - This method is called when some optimizer pass
96 Error debugOptimizerCrash(const std::string &ID = "passes");
Miscompilation.cpp 77 if (Error E = BD.debugOptimizerCrash())
119 if (Error E = BD.debugOptimizerCrash())
164 if (Error E = BD.debugOptimizerCrash())
711 if (Error E = BD.debugOptimizerCrash())
    [all...]
CrashDebugger.cpp     [all...]

Completed in 312 milliseconds