Searched refs:SetTempRet0Func (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp237 Function *SetTempRet0Func = nullptr; member in class:__anon2442::final
582 IRB.CreateCall(SetTempRet0Func, ThrewValue);
645 SetTempRet0Func = Function::Create(
649 SetTempRet0Func->setDoesNotThrow();

Completed in 294 milliseconds