Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h461 bool hasWasmExceptions() const { in hasWasmExceptions() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp186 if (L.hasWasmExceptions()) in getCXXPersonality()
492 if (CGM.getLangOpts().hasWasmExceptions()) { in EmitStartEHSpec()
594 if (CGM.getLangOpts().hasWasmExceptions()) { in EmitEndEHSpec()
H A DBackendUtil.cpp535 if (LangOpts.hasWasmExceptions()) in initTargetOptions()