Home
last modified time | relevance | path

Searched refs:WasmEnableEmEH (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp59 cl::opt<bool> WebAssembly::WasmEnableEmEH( member in WebAssembly
143 using WebAssembly::WasmEnableEmEH;
150 if (WasmEnableEmEH && WasmEnableEH) in basicCheckForEHAndSjLj()
158 if (WasmEnableEmEH && WasmEnableSjLj) in basicCheckForEHAndSjLj()
173 if (WasmEnableEmEH && TM->Options.ExceptionModel == ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
508 if (!WasmEnableEmEH && !WasmEnableEH) { in addIRPasses()
519 if (WasmEnableEmEH || WasmEnableEmSjLj || WasmEnableSjLj) in addIRPasses()
H A DWebAssemblyTargetMachine.h26 extern cl::opt<bool> WasmEnableEmEH; // asm.js-style EH
H A DWebAssemblyAsmPrinter.cpp163 WebAssembly::WasmEnableEmEH || WebAssembly::WasmEnableEmSjLj; in getMCSymbolForFunction()
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp362 : ModulePass(ID), EnableEmEH(WebAssembly::WasmEnableEmEH), in WebAssemblyLowerEmscriptenEHSjLj()