Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp140 Function *ThrowF = nullptr; // wasm.throw() intrinsic member in __anonb430f5cd0111::WasmEHPrepare
211 ThrowF = Intrinsic::getDeclaration(&M, Intrinsic::wasm_throw); in prepareThrows()
216 for (User *U : ThrowF->users()) { in prepareThrows()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp512 Function *ThrowF = M.getFunction("__cxa_throw"); in canLongjmp() local
515 Callee == AllocExceptionF || Callee == ThrowF || Callee == TerminateF || in canLongjmp()