Lines Matching refs:WebAssemblyLowerEmscriptenEHSjLj
298 class WebAssemblyLowerEmscriptenEHSjLj final : public ModulePass { class
367 WebAssemblyLowerEmscriptenEHSjLj() in WebAssemblyLowerEmscriptenEHSjLj() function in __anonaad0a3040111::WebAssemblyLowerEmscriptenEHSjLj
385 char WebAssemblyLowerEmscriptenEHSjLj::ID = 0;
386 INITIALIZE_PASS(WebAssemblyLowerEmscriptenEHSjLj, DEBUG_TYPE,
391 return new WebAssemblyLowerEmscriptenEHSjLj(); in createWebAssemblyLowerEmscriptenEHSjLj()
494 WebAssemblyLowerEmscriptenEHSjLj::getFindMatchingCatch(Module &M, in getFindMatchingCatch()
514 Value *WebAssemblyLowerEmscriptenEHSjLj::wrapInvoke(CallBase *CI) { in wrapInvoke()
579 Function *WebAssemblyLowerEmscriptenEHSjLj::getInvokeWrapper(CallBase *CI) { in getInvokeWrapper()
706 void WebAssemblyLowerEmscriptenEHSjLj::wrapTestSetjmp( in wrapTestSetjmp()
781 void WebAssemblyLowerEmscriptenEHSjLj::rebuildSSA(Function &F) { in rebuildSSA()
817 void WebAssemblyLowerEmscriptenEHSjLj::replaceLongjmpWith(Function *LongjmpF, in replaceLongjmpWith()
891 bool WebAssemblyLowerEmscriptenEHSjLj::runOnModule(Module &M) { in runOnModule()
1075 bool WebAssemblyLowerEmscriptenEHSjLj::runEHOnFunction(Function &F) { in runEHOnFunction()
1267 bool WebAssemblyLowerEmscriptenEHSjLj::runSjLjOnFunction(Function &F) { in runSjLjOnFunction()
1462 void WebAssemblyLowerEmscriptenEHSjLj::handleLongjmpableCallsForEmscriptenSjLj( in handleLongjmpableCallsForEmscriptenSjLj()
1666 void WebAssemblyLowerEmscriptenEHSjLj::handleLongjmpableCallsForWasmSjLj( in handleLongjmpableCallsForWasmSjLj()