Searched refs:WasmEnableEH (Results 1 – 4 of 4) sorted by relevance
381 using WebAssembly::WasmEnableEH;390 if (WasmEnableEmEH && WasmEnableEH) in basicCheckForEHAndSjLj()401 if (WasmEnableExnref && !WasmEnableEH) in basicCheckForEHAndSjLj()423 if (WasmEnableEH && TM->Options.ExceptionModel != ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()429 if ((!WasmEnableEH && !WasmEnableSjLj) && in basicCheckForEHAndSjLj()468 if (!WasmEnableEmEH && !WasmEnableEH) { in addIRPasses()
53 if (WebAssembly::WasmEnableEH || WebAssembly::WasmEnableSjLj) in WebAssemblyMCAsmInfo()
52 WebAssembly::WasmEnableEH("wasm-enable-eh", member in WebAssembly
45 extern cl::opt<bool> WasmEnableEH; // EH using Wasm EH instructions