Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp64 cl::opt<bool> WebAssembly::WasmEnableEmSjLj( member in WebAssembly
144 using WebAssembly::WasmEnableEmSjLj;
154 if (WasmEnableEmSjLj && WasmEnableSjLj) in basicCheckForEHAndSjLj()
519 if (WasmEnableEmEH || WasmEnableEmSjLj || WasmEnableSjLj) in addIRPasses()
H A DWebAssemblyTargetMachine.h27 extern cl::opt<bool> WasmEnableEmSjLj; // asm.js-style SjLJ
H A DWebAssemblyAsmPrinter.cpp163 WebAssembly::WasmEnableEmEH || WebAssembly::WasmEnableEmSjLj; in getMCSymbolForFunction()
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp363 EnableEmSjLj(WebAssembly::WasmEnableEmSjLj), in WebAssemblyLowerEmscriptenEHSjLj()