Searched refs:CatchF (Results 1 – 1 of 1) sorted by relevance
140 Function *CatchF = nullptr; // wasm.catch.extract() intrinsic member in __anon500321e20111::WasmEHPrepare211 CatchF = Intrinsic::getDeclaration(&M, Intrinsic::wasm_catch); in runOnFunction()268 Instruction *Exn = IRB.CreateCall(CatchF, IRB.getInt32(0), "exn"); in prepareEHPad()