Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1050 llvm::SwitchInst *theSwitch = builder.CreateSwitch(builder.CreateLoad( in createFinallyBlock() local
1054 theSwitch->addCase(ourExceptionCaughtState, &terminatorBlock); in createFinallyBlock()
1055 theSwitch->addCase(ourExceptionThrownState, &unwindResumeBlock); in createFinallyBlock()
1457 llvm::SwitchInst *theSwitch = builder.CreateSwitch(exceptionType, in createThrowExceptionFunction() local
1461 theSwitch->addCase(llvm::ConstantInt::get(llvm::Type::getInt32Ty(context), in createThrowExceptionFunction()