Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1597 CatchSwitchInst *CatchSwitchLongjmp = in handleLongjmpableCallsForWasmSjLj() local
1602 CatchSwitchLongjmp->addHandler(CatchLongjmpBB); in handleLongjmpableCallsForWasmSjLj()
1604 CatchPadInst *CatchPad = IRB.CreateCatchPad(CatchSwitchLongjmp, {}); in handleLongjmpableCallsForWasmSjLj()
1733 if (CSI != CatchSwitchLongjmp && CSI->unwindsToCaller()) { in handleLongjmpableCallsForWasmSjLj()