Lines Matching full:handling
38 // Exception handling & setjmp-longjmp handling related options.
40 // Emscripten's asm.js-style exception handling
43 cl::desc("WebAssembly Emscripten-style exception handling"),
45 // Emscripten's asm.js-style setjmp/longjmp handling
48 cl::desc("WebAssembly Emscripten-style setjmp/longjmp handling"),
50 // Exception handling using wasm EH instructions
53 cl::desc("WebAssembly exception handling"));
54 // setjmp/longjmp handling using wasm EH instrutions
56 "wasm-enable-sjlj", cl::desc("WebAssembly setjmp/longjmp handling"));
62 "wasm-enable-exnref", cl::desc("WebAssembly exception handling (exnref)"),