Lines Matching refs:WebAssemblyLowerEmscriptenEHSjLj
216 class WebAssemblyLowerEmscriptenEHSjLj final : public ModulePass { class
268 WebAssemblyLowerEmscriptenEHSjLj(bool EnableEH = true, bool EnableSjLj = true) in WebAssemblyLowerEmscriptenEHSjLj() function in __anon7e5de7080111::WebAssemblyLowerEmscriptenEHSjLj
280 char WebAssemblyLowerEmscriptenEHSjLj::ID = 0;
281 INITIALIZE_PASS(WebAssemblyLowerEmscriptenEHSjLj, DEBUG_TYPE,
287 return new WebAssemblyLowerEmscriptenEHSjLj(EnableEH, EnableSjLj); in createWebAssemblyLowerEmscriptenEHSjLj()
394 WebAssemblyLowerEmscriptenEHSjLj::getFindMatchingCatch(Module &M, in getFindMatchingCatch()
414 Value *WebAssemblyLowerEmscriptenEHSjLj::wrapInvoke(CallBase *CI) { in wrapInvoke()
486 Function *WebAssemblyLowerEmscriptenEHSjLj::getInvokeWrapper(CallBase *CI) { in getInvokeWrapper()
507 bool WebAssemblyLowerEmscriptenEHSjLj::canLongjmp(Module &M, in canLongjmp()
546 bool WebAssemblyLowerEmscriptenEHSjLj::isEmAsmCall(Module &M, in isEmAsmCall()
572 void WebAssemblyLowerEmscriptenEHSjLj::wrapTestSetjmp( in wrapTestSetjmp()
634 void WebAssemblyLowerEmscriptenEHSjLj::rebuildSSA(Function &F) { in rebuildSSA()
693 bool WebAssemblyLowerEmscriptenEHSjLj::runOnModule(Module &M) { in runOnModule()
811 bool WebAssemblyLowerEmscriptenEHSjLj::runEHOnFunction(Function &F) { in runEHOnFunction()
999 bool WebAssemblyLowerEmscriptenEHSjLj::runSjLjOnFunction(Function &F) { in runSjLjOnFunction()