Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp381 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.cpp53 if (WebAssembly::WasmEnableEH || WebAssembly::WasmEnableSjLj) in WebAssemblyMCAsmInfo()
H A DWebAssemblyMCTargetDesc.cpp52 WebAssembly::WasmEnableEH("wasm-enable-eh", member in WebAssembly
H A DWebAssemblyMCTargetDesc.h45 extern cl::opt<bool> WasmEnableEH; // EH using Wasm EH instructions