Lines Matching refs:WebAssemblyLowerEmscriptenEHSjLj

299 class WebAssemblyLowerEmscriptenEHSjLj final : public ModulePass {  class
368 WebAssemblyLowerEmscriptenEHSjLj() in WebAssemblyLowerEmscriptenEHSjLj() function in __anon2a58e8ca0111::WebAssemblyLowerEmscriptenEHSjLj
386 char WebAssemblyLowerEmscriptenEHSjLj::ID = 0;
387 INITIALIZE_PASS(WebAssemblyLowerEmscriptenEHSjLj, DEBUG_TYPE,
392 return new WebAssemblyLowerEmscriptenEHSjLj(); in createWebAssemblyLowerEmscriptenEHSjLj()
495 WebAssemblyLowerEmscriptenEHSjLj::getFindMatchingCatch(Module &M, in getFindMatchingCatch()
515 Value *WebAssemblyLowerEmscriptenEHSjLj::wrapInvoke(CallBase *CI) { in wrapInvoke()
578 Function *WebAssemblyLowerEmscriptenEHSjLj::getInvokeWrapper(CallBase *CI) { in getInvokeWrapper()
705 void WebAssemblyLowerEmscriptenEHSjLj::wrapTestSetjmp( in wrapTestSetjmp()
780 void WebAssemblyLowerEmscriptenEHSjLj::rebuildSSA(Function &F) { in rebuildSSA()
816 void WebAssemblyLowerEmscriptenEHSjLj::replaceLongjmpWith(Function *LongjmpF, in replaceLongjmpWith()
889 bool WebAssemblyLowerEmscriptenEHSjLj::runOnModule(Module &M) { in runOnModule()
1073 bool WebAssemblyLowerEmscriptenEHSjLj::runEHOnFunction(Function &F) { in runEHOnFunction()
1265 bool WebAssemblyLowerEmscriptenEHSjLj::runSjLjOnFunction(Function &F) { in runSjLjOnFunction()
1456 void WebAssemblyLowerEmscriptenEHSjLj::handleLongjmpableCallsForEmscriptenSjLj( in handleLongjmpableCallsForEmscriptenSjLj()
1660 void WebAssemblyLowerEmscriptenEHSjLj::handleLongjmpableCallsForWasmSjLj( in handleLongjmpableCallsForWasmSjLj()