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

  /external/swiftshader/third_party/LLVM/tools/bugpoint-passes/
TestPasses.cpp 25 /// CrashOnCalls - This pass is used to test bugpoint. It intentionally
27 class CrashOnCalls : public BasicBlockPass {
30 CrashOnCalls() : BasicBlockPass(ID) {}
46 char CrashOnCalls::ID = 0;
47 static RegisterPass<CrashOnCalls>
  /external/llvm/tools/bugpoint-passes/
TestPasses.cpp 25 /// CrashOnCalls - This pass is used to test bugpoint. It intentionally
27 class CrashOnCalls : public BasicBlockPass {
30 CrashOnCalls() : BasicBlockPass(ID) {}
46 char CrashOnCalls::ID = 0;
47 static RegisterPass<CrashOnCalls>

Completed in 70 milliseconds