reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1050 return emitWasmCatchPadBlock(CGF, catchScope); 1052 return emitCatchPadBlock(CGF, catchScope); 1054 llvm::BasicBlock *dispatchBlock = catchScope.getCachedEHDispatchBlock(); 1059 if (catchScope.getNumHandlers() == 1 && 1060 catchScope.getHandler(0).isCatchAll()) { 1061 assert(dispatchBlock == catchScope.getHandler(0).Block); 1076 for (unsigned i = 0, e = catchScope.getNumHandlers(); ; ++i) { 1078 const EHCatchScope::Handler &handler = catchScope.getHandler(i); 1093 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope()); 1098 } else if (catchScope.getHandler(i+1).isCatchAll()) { 1099 nextBlock = catchScope.getHandler(i+1).Block;