Searched refs:theSwitch (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/examples/ExceptionDemo/
H A DExceptionDemo.cpp1021 llvm::SwitchInst *theSwitch = builder.CreateSwitch(builder.CreateLoad( local
1025 theSwitch->addCase(ourExceptionCaughtState, &terminatorBlock);
1026 theSwitch->addCase(ourExceptionThrownState, &unwindResumeBlock);
1428 llvm::SwitchInst *theSwitch = builder.CreateSwitch(exceptionType, local
1432 theSwitch->addCase(llvm::ConstantInt::get(llvm::Type::getInt32Ty(context),

Completed in 173 milliseconds