Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h666 bool hasWasmExceptions() const { in hasWasmExceptions() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp190 if (L.hasWasmExceptions()) in getCXXPersonality()
503 if (CGM.getLangOpts().hasWasmExceptions()) { in EmitStartEHSpec()
607 if (CGM.getLangOpts().hasWasmExceptions()) { in EmitEndEHSpec()
H A DBackendUtil.cpp371 if (LangOpts.hasWasmExceptions()) in initTargetOptions()