Home
last modified time | relevance | path

Searched refs:ExceptionHandlingKind (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h314 enum class ExceptionHandlingKind { None, SjLj, WinEH, DwarfCFI, Wasm }; enum
655 return getExceptionHandling() == ExceptionHandlingKind::SjLj; in hasSjLjExceptions()
659 return getExceptionHandling() == ExceptionHandlingKind::WinEH; in hasSEHExceptions()
663 return getExceptionHandling() == ExceptionHandlingKind::DwarfCFI; in hasDWARFExceptions()
667 return getExceptionHandling() == ExceptionHandlingKind::Wasm; in hasWasmExceptions()
H A DLangOptions.def144 ENUM_LANGOPT(ExceptionHandling, ExceptionHandlingKind, 3,
145 ExceptionHandlingKind::None, "exception handling")
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp519 LangOptions::ExceptionHandlingKind::None && in EmitStartEHSpec()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp586 LangOptions::ExceptionHandlingKind::None && in FixupInvocation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2059 NormalizedValuesScope<"LangOptions::ExceptionHandlingKind">,