Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp382 using WebAssembly::WasmEnableEmEH;
390 if (WasmEnableEmEH && WasmEnableEH) in basicCheckForEHAndSjLj()
398 if (WasmEnableEmEH && WasmEnableSjLj) in basicCheckForEHAndSjLj()
420 if (WasmEnableEmEH && TM->Options.ExceptionModel == ExceptionHandling::Wasm) in basicCheckForEHAndSjLj()
468 if (!WasmEnableEmEH && !WasmEnableEH) { in addIRPasses()
479 if (WasmEnableEmEH || WasmEnableEmSjLj || WasmEnableSjLj) in addIRPasses()
H A DWebAssemblyMCInstLower.cpp80 F, WebAssembly::WasmEnableEmEH || WebAssembly::WasmEnableEmSjLj, in GetGlobalAddressSymbol()
H A DWebAssemblyAsmPrinter.cpp347 &F, WebAssembly::WasmEnableEmEH || WebAssembly::WasmEnableEmSjLj, in emitDecls()
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp363 : ModulePass(ID), EnableEmEH(WebAssembly::WasmEnableEmEH), in WebAssemblyLowerEmscriptenEHSjLj()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.cpp41 cl::opt<bool> WebAssembly::WasmEnableEmEH( member in WebAssembly
H A DWebAssemblyMCTargetDesc.h43 extern cl::opt<bool> WasmEnableEmEH; // asm.js-style EH