Searched refs:WasmSetjmpTestF (Results 1 – 1 of 1) sorted by relevance
307 Function *WasmSetjmpTestF = nullptr; // __wasm_setjmp_test() (Emscripten) member in __anoneea379d40111::WebAssemblyLowerEmscriptenEHSjLj750 Value *ThenLabel = IRB.CreateCall(WasmSetjmpTestF, in wrapTestSetjmp()1018 WasmSetjmpTestF = getFunction(FTy, "__wasm_setjmp_test", &M); in runOnModule()1064 WasmSetjmpF, WasmSetjmpTestF, WasmLongjmpF, CatchF}) in runOnModule()1633 Value *Label = IRB.CreateCall(WasmSetjmpTestF, {EnvP, FunctionInvocationId}, in handleLongjmpableCallsForWasmSjLj()