Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h444 bool hasWasmExceptions() const { in hasWasmExceptions() function
/netbsd-src/external/apache2/llvm/dist/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.cpp526 if (LangOpts.hasWasmExceptions()) in initTargetOptions()