Lines Matching refs:WebAssemblyLowerEmscriptenEHSjLj

293 class WebAssemblyLowerEmscriptenEHSjLj final : public ModulePass {  class
361 WebAssemblyLowerEmscriptenEHSjLj() in WebAssemblyLowerEmscriptenEHSjLj() function in __anoneea379d40111::WebAssemblyLowerEmscriptenEHSjLj
379 char WebAssemblyLowerEmscriptenEHSjLj::ID = 0;
380 INITIALIZE_PASS(WebAssemblyLowerEmscriptenEHSjLj, DEBUG_TYPE,
385 return new WebAssemblyLowerEmscriptenEHSjLj(); in createWebAssemblyLowerEmscriptenEHSjLj()
491 WebAssemblyLowerEmscriptenEHSjLj::getFindMatchingCatch(Module &M, in getFindMatchingCatch()
513 Value *WebAssemblyLowerEmscriptenEHSjLj::wrapInvoke(CallBase *CI) { in wrapInvoke()
576 Function *WebAssemblyLowerEmscriptenEHSjLj::getInvokeWrapper(CallBase *CI) { in getInvokeWrapper()
703 void WebAssemblyLowerEmscriptenEHSjLj::wrapTestSetjmp( in wrapTestSetjmp()
776 void WebAssemblyLowerEmscriptenEHSjLj::rebuildSSA(Function &F) { in rebuildSSA()
814 void WebAssemblyLowerEmscriptenEHSjLj::replaceLongjmpWith(Function *LongjmpF, in replaceLongjmpWith()
887 bool WebAssemblyLowerEmscriptenEHSjLj::runOnModule(Module &M) { in runOnModule()
1071 bool WebAssemblyLowerEmscriptenEHSjLj::runEHOnFunction(Function &F) { in runEHOnFunction()
1263 bool WebAssemblyLowerEmscriptenEHSjLj::runSjLjOnFunction(Function &F) { in runSjLjOnFunction()
1362 void WebAssemblyLowerEmscriptenEHSjLj::handleLongjmpableCallsForEmscriptenSjLj( in handleLongjmpableCallsForEmscriptenSjLj()
1557 void WebAssemblyLowerEmscriptenEHSjLj::handleLongjmpableCallsForWasmSjLj( in handleLongjmpableCallsForWasmSjLj()