Searched refs:ThrowF (Results 1 – 2 of 2) sorted by relevance
140 Function *ThrowF = nullptr; // wasm.throw() intrinsic member in __anonb430f5cd0111::WasmEHPrepare211 ThrowF = Intrinsic::getDeclaration(&M, Intrinsic::wasm_throw); in prepareThrows()216 for (User *U : ThrowF->users()) { in prepareThrows()
512 Function *ThrowF = M.getFunction("__cxa_throw"); in canLongjmp() local515 Callee == AllocExceptionF || Callee == ThrowF || Callee == TerminateF || in canLongjmp()