Searched defs:exceptionTypesToCatch (Results 1 - 1 of 1) sorted by relevance

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1079 /// exceptionTypesToCatch argument. If the toInvoke function throws an
1081 /// exceptionTypesToCatch, the generated code will call _Unwind_Resume
1093 /// @param numExceptionsToCatch length of exceptionTypesToCatch array
1094 /// @param exceptionTypesToCatch array of type info types to "catch"
1103 unsigned exceptionTypesToCatch[]) {
1176 nextName = ourTypeInfoNames[exceptionTypesToCatch[i]];
1252 ourTypeInfoNames[exceptionTypesToCatch[i]]));
1097 createCatchWrappedInvokeFunction(llvm::Module &module, llvm::IRBuilder<> &builder, llvm::FunctionPassManager &fpm, llvm::Function &toInvoke, std::string ourId, unsigned numExceptionsToCatch, unsigned exceptionTypesToCatch[]) argument

Completed in 51 milliseconds