Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h708 bool hasWasmExceptions() const { in hasWasmExceptions() function
/freebsd/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.cpp380 if (LangOpts.hasWasmExceptions()) in initTargetOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1032 else if (LangOpts.hasWasmExceptions() && TI.getTriple().isWasm()) in InitializePredefinedMacros()