Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.h72 MCSymbolWasm *getMCSymbolForFunction(const Function *F, bool EnableEmEH,
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp295 bool EnableEmEH; // Enable Emscripten exception handling member in __anoneea379d40111::WebAssemblyLowerEmscriptenEHSjLj
352 return EnableEmEH && (areAllExceptionsAllowed() || in supportsException()
363 : ModulePass(ID), EnableEmEH(WebAssembly::WasmEnableEmEH), in WebAssemblyLowerEmscriptenEHSjLj()
368 assert(!(EnableEmEH && EnableWasmSjLj) && in WebAssemblyLowerEmscriptenEHSjLj()
938 if (EnableEmEH) { in runOnModule()
1026 if (EnableEmEH) { in runOnModule()
H A DWebAssemblyAsmPrinter.cpp157 const Function *F, bool EnableEmEH, wasm::WasmSignature *Sig, in getMCSymbolForFunction() argument
160 if (EnableEmEH && isEmscriptenInvokeName(F->getName())) { in getMCSymbolForFunction()