Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp110 Function *CatchF = nullptr; // wasm.catch() intrinsic member in __anond80fb8fe0111::WasmEHPrepareImpl
274 CatchF = Intrinsic::getDeclaration(&M, Intrinsic::wasm_catch); in prepareEHPads()
333 IRB.CreateCall(CatchF, {IRB.getInt32(WebAssembly::CPP_EXCEPTION)}, "exn"); in prepareEHPad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp315 Function *CatchF = nullptr; // wasm.catch() (intrinsic) member in __anon2a58e8ca0111::WebAssemblyLowerEmscriptenEHSjLj
1024 CatchF = Intrinsic::getDeclaration(&M, Intrinsic::wasm_catch); in runOnModule()
1066 SaveSetjmpF, TestSetjmpF, WasmLongjmpF, CatchF}) in runOnModule()
1724 IRB.CreateCall(CatchF, {IRB.getInt32(WebAssembly::C_LONGJMP)}, "thrown"); in handleLongjmpableCallsForWasmSjLj()