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

References

tools/clang/lib/CodeGen/CGException.cpp
 1180     WasmCatchStartBlock = CatchSwitch->hasUnwindDest()
 1183     auto *CPI = cast<llvm::CatchPadInst>(WasmCatchStartBlock->getFirstNonPHI());
 1246     assert(WasmCatchStartBlock);
 1251     llvm::BasicBlock *RethrowBlock = WasmCatchStartBlock;
 1257     assert(RethrowBlock != WasmCatchStartBlock && RethrowBlock->empty());