Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp111 Function *CatchF = nullptr; // wasm.catch() intrinsic member in __anone0a70c880111::WasmEHPrepareImpl
274 CatchF = Intrinsic::getDeclaration(&M, Intrinsic::wasm_catch); in prepareEHPads()
333 IRB.CreateCall(CatchF, {IRB.getInt32(WebAssembly::CPP_EXCEPTION)}, "exn"); in prepareEHPad()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp310 Function *CatchF = nullptr; // wasm.catch() (intrinsic) member in __anoneea379d40111::WebAssemblyLowerEmscriptenEHSjLj
1017 CatchF = Intrinsic::getDeclaration(&M, Intrinsic::wasm_catch); in runOnModule()
1059 WasmSetjmpF, WasmSetjmpTestF, WasmLongjmpF, CatchF}) in runOnModule()
1611 IRB.CreateCall(CatchF, {IRB.getInt32(WebAssembly::C_LONGJMP)}, "thrown"); in handleLongjmpableCallsForWasmSjLj()