Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp106 Function *CatchF = nullptr; // wasm.catch() intrinsic member in __anon8cf5c6bc0111::WasmEHPrepare
237 CatchF = Intrinsic::getDeclaration(&M, Intrinsic::wasm_catch); in prepareEHPads()
296 IRB.CreateCall(CatchF, {IRB.getInt32(WebAssembly::CPP_EXCEPTION)}, "exn"); in prepareEHPad()