Home
last modified time | relevance | path

Searched refs:WasmEnableSjLj (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp385 using WebAssembly::WasmEnableSjLj;
394 if (WasmEnableEmSjLj && WasmEnableSjLj) in basicCheckForEHAndSjLj()
398 if (WasmEnableEmEH && WasmEnableSjLj) in basicCheckForEHAndSjLj()
426 if (WasmEnableSjLj && TM->Options.ExceptionModel != ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
429 if ((!WasmEnableEH && !WasmEnableSjLj) && in basicCheckForEHAndSjLj()
479 if (WasmEnableEmEH || WasmEnableEmSjLj || WasmEnableSjLj) in addIRPasses()
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp365 EnableWasmSjLj(WebAssembly::WasmEnableSjLj) { in WebAssemblyLowerEmscriptenEHSjLj()
659 return WebAssembly::WasmEnableSjLj; in canLongjmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.cpp53 if (WebAssembly::WasmEnableEH || WebAssembly::WasmEnableSjLj) in WebAssemblyMCAsmInfo()
H A DWebAssemblyMCTargetDesc.cpp55 cl::opt<bool> WebAssembly::WasmEnableSjLj( member in WebAssembly
H A DWebAssemblyMCTargetDesc.h46 extern cl::opt<bool> WasmEnableSjLj; // SjLj using Wasm EH instructions