Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1671 SmallVector<CallInst *, 64> LongjmpableCalls; in handleLongjmpableCallsForWasmSjLj() local
1691 LongjmpableCalls.push_back(CI); in handleLongjmpableCallsForWasmSjLj()
1697 for (auto *CI : LongjmpableCalls) { in handleLongjmpableCallsForWasmSjLj()