Searched refs:WasmEnableEmEH (Results 1 – 6 of 6) sorted by relevance
354 using WebAssembly::WasmEnableEmEH;374 if (WasmEnableEmEH && TM->Options.ExceptionModel == ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()390 if (WasmEnableEmEH && WasmEnableEH) in basicCheckForEHAndSjLj()398 if (WasmEnableEmEH && WasmEnableSjLj) in basicCheckForEHAndSjLj()434 if (!WasmEnableEmEH && !WasmEnableEH) { in addIRPasses()445 if (WasmEnableEmEH || WasmEnableEmSjLj || WasmEnableSjLj) in addIRPasses()
80 F, WebAssembly::WasmEnableEmEH || WebAssembly::WasmEnableEmSjLj, in GetGlobalAddressSymbol()
341 &F, WebAssembly::WasmEnableEmEH || WebAssembly::WasmEnableEmSjLj, in emitDecls()
368 : ModulePass(ID), EnableEmEH(WebAssembly::WasmEnableEmEH), in WebAssemblyLowerEmscriptenEHSjLj()
37 extern cl::opt<bool> WasmEnableEmEH; // asm.js-style EH
25 cl::opt<bool> WebAssembly::WasmEnableEmEH( member in WebAssembly