Home
last modified time | relevance | path

Searched refs:EnableEmException (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp37 cl::opt<bool> EnableEmException( variable
389 if (!EnableEmException && in addIRPasses()
398 if (EnableEmException || EnableEmSjLj) in addIRPasses()
399 addPass(createWebAssemblyLowerEmscriptenEHSjLj(EnableEmException, in addIRPasses()
H A DWebAssemblyMCInstLower.cpp41 extern cl::opt<bool> EnableEmException;
85 F, EnableEmException || EnableEmSjLj, Signature.get(), InvokeDetected); in GetGlobalAddressSymbol()
H A DWebAssemblyAsmPrinter.cpp54 extern cl::opt<bool> EnableEmException;
312 auto *Sym = getMCSymbolForFunction(&F, EnableEmException || EnableEmSjLj, in emitExternalDecls()