Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h618 bool hasWasmExceptions() const { in hasWasmExceptions() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGException.cpp186 if (L.hasWasmExceptions()) in getCXXPersonality()
492 if (CGM.getLangOpts().hasWasmExceptions()) { in EmitStartEHSpec()
596 if (CGM.getLangOpts().hasWasmExceptions()) { in EmitEndEHSpec()
H A DBackendUtil.cpp395 if (LangOpts.hasWasmExceptions()) in initTargetOptions()