Home
last modified time | relevance | path

Searched refs:EnableEmEH (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp294 bool EnableEmEH; // Enable Emscripten exception handling member in __anoneea379d40111::WebAssemblyLowerEmscriptenEHSjLj
351 return EnableEmEH && in supportsException()
362 : ModulePass(ID), EnableEmEH(WebAssembly::WasmEnableEmEH), in WebAssemblyLowerEmscriptenEHSjLj()
367 assert(!(EnableEmEH && EnableWasmSjLj) && in WebAssemblyLowerEmscriptenEHSjLj()
943 if (EnableEmEH) { in runOnModule()
1031 if (EnableEmEH) { in runOnModule()
H A DWebAssemblyAsmPrinter.cpp162 const bool EnableEmEH = in getMCSymbolForFunction() local
164 if (EnableEmEH && isEmscriptenInvokeName(F->getName())) { in getMCSymbolForFunction()