Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h308 enum class ExceptionHandlingKind { None, SjLj, WinEH, DwarfCFI, Wasm }; enum
697 return getExceptionHandling() == ExceptionHandlingKind::SjLj; in hasSjLjExceptions()
701 return getExceptionHandling() == ExceptionHandlingKind::WinEH; in hasSEHExceptions()
705 return getExceptionHandling() == ExceptionHandlingKind::DwarfCFI; in hasDWARFExceptions()
709 return getExceptionHandling() == ExceptionHandlingKind::Wasm; in hasWasmExceptions()
H A DLangOptions.def145 ENUM_LANGOPT(ExceptionHandling, ExceptionHandlingKind, 3,
146 ExceptionHandlingKind::None, "exception handling")
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp519 LangOptions::ExceptionHandlingKind::None && in EmitStartEHSpec()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp597 LangOptions::ExceptionHandlingKind::None && in FixupInvocation()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2176 NormalizedValuesScope<"LangOptions::ExceptionHandlingKind">,