Searched refs:DoSjLj (Results 1 – 1 of 1) sorted by relevance
298 bool DoSjLj; // Whether we actually perform setjmp/longjmp handling member in __anoneea379d40111::WebAssemblyLowerEmscriptenEHSjLj979 DoSjLj = (EnableEmSjLj | EnableWasmSjLj) && (SetjmpUsed || LongjmpUsed); in runOnModule()982 if (DoSjLj) { in runOnModule()1035 if (DoSjLj) { in runOnModule()1115 if (DoSjLj && EnableEmSjLj && !SetjmpUsers.count(&F) && in runEHOnFunction()