Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1089 bool NeedInvoke = supportsException(&F) && canThrow(Callee); in runEHOnFunction() local
1090 if (NeedInvoke) { in runEHOnFunction()