Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp354 using WebAssembly::WasmEnableEmEH;
374 if (WasmEnableEmEH && TM->Options.ExceptionModel == ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
390 if (WasmEnableEmEH && WasmEnableEH) in basicCheckForEHAndSjLj()
398 if (WasmEnableEmEH && WasmEnableSjLj) in basicCheckForEHAndSjLj()
434 if (!WasmEnableEmEH && !WasmEnableEH) { in addIRPasses()
445 if (WasmEnableEmEH || WasmEnableEmSjLj || WasmEnableSjLj) in addIRPasses()
H A DWebAssemblyMCInstLower.cpp80 F, WebAssembly::WasmEnableEmEH || WebAssembly::WasmEnableEmSjLj, in GetGlobalAddressSymbol()
H A DWebAssemblyAsmPrinter.cpp341 &F, WebAssembly::WasmEnableEmEH || WebAssembly::WasmEnableEmSjLj, in emitDecls()
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp368 : ModulePass(ID), EnableEmEH(WebAssembly::WasmEnableEmEH), in WebAssemblyLowerEmscriptenEHSjLj()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.h37 extern cl::opt<bool> WasmEnableEmEH; // asm.js-style EH
H A DWebAssemblyUtilities.cpp25 cl::opt<bool> WebAssembly::WasmEnableEmEH( member in WebAssembly