reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGException.cpp
 1252     while (llvm::Instruction *TI = RethrowBlock->getTerminator()) {
 1255       RethrowBlock = BI->getSuccessor(1);
 1257     assert(RethrowBlock != WasmCatchStartBlock && RethrowBlock->empty());
 1257     assert(RethrowBlock != WasmCatchStartBlock && RethrowBlock->empty());
 1258     Builder.SetInsertPoint(RethrowBlock);