Searched refs:CatchF (Results 1 – 2 of 2) sorted by relevance
111 Function *CatchF = nullptr; // wasm.catch() intrinsic member in __anone0a70c880111::WasmEHPrepareImpl274 CatchF = Intrinsic::getOrInsertDeclaration(&M, Intrinsic::wasm_catch); in prepareEHPads()333 IRB.CreateCall(CatchF, {IRB.getInt32(WebAssembly::CPP_EXCEPTION)}, "exn"); in prepareEHPad()
309 Function *CatchF = nullptr; // wasm.catch() (intrinsic) member in __anoneea379d40111::WebAssemblyLowerEmscriptenEHSjLj1022 CatchF = Intrinsic::getOrInsertDeclaration(&M, Intrinsic::wasm_catch); in runOnModule()1064 WasmSetjmpF, WasmSetjmpTestF, WasmLongjmpF, CatchF}) in runOnModule()1616 IRB.CreateCall(CatchF, {IRB.getInt32(WebAssembly::C_LONGJMP)}, "thrown"); in handleLongjmpableCallsForWasmSjLj()