Searched refs:DebugACrash (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | CrashDebugger.cpp | 435 static bool DebugACrash(BugDriver &BD, in DebugACrash() function 644 bool Success = DebugACrash(*this, TestForOptimizerCrash, Error); in debugOptimizerCrash() 666 return DebugACrash(*this, TestForCodeGenCrash, Error); in debugCodeGeneratorCrash()
|
/external/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 788 static bool DebugACrash(BugDriver &BD, in DebugACrash() function 899 bool Success = DebugACrash(*this, TestForOptimizerCrash, Error); in debugOptimizerCrash() 921 return DebugACrash(*this, TestForCodeGenCrash, Error); in debugCodeGeneratorCrash()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 1032 static Error DebugACrash(BugDriver &BD, BugTester TestFn) { in DebugACrash() function 1201 return DebugACrash(*this, TestForOptimizerCrash); in debugOptimizerCrash() 1224 return DebugACrash(*this, TestForCodeGenCrash); in debugCodeGeneratorCrash()
|