Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp308 Function *WasmSetjmpTestF = nullptr; // __wasm_setjmp_test() (Emscripten) member in __anoneea379d40111::WebAssemblyLowerEmscriptenEHSjLj
747 Value *ThenLabel = IRB.CreateCall(WasmSetjmpTestF, in wrapTestSetjmp()
1013 WasmSetjmpTestF = getEmscriptenFunction(FTy, "__wasm_setjmp_test", &M); in runOnModule()
1059 WasmSetjmpF, WasmSetjmpTestF, WasmLongjmpF, CatchF}) in runOnModule()
1628 Value *Label = IRB.CreateCall(WasmSetjmpTestF, {EnvP, FunctionInvocationId}, in handleLongjmpableCallsForWasmSjLj()